surjit / oauth

Automatically exported from code.google.com/p/oauth
0 stars 0 forks source link

Java Library Compilation Error #95

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Checkout java source:  svn co http://oauth.googlecode.com/svn/code/java
oauth 
2. Build java source: cd oauth; mvn install

What is the expected output? What do you see instead?
I expect the project to build, instead errors are generated about missing
dependencies and a missing pom.xml entry for codec

What version of the product are you using? On what operating system?
Maven 2.0.10 on Mac OS

Please provide any additional information below.

Original issue reported on code.google.com by tyler...@gmail.com on 26 Mar 2009 at 10:19

GoogleCodeExporter commented 8 years ago
Fixed in -r941.  See issue 85 http://code.google.com/p/oauth/issues/detail?id=85

Original comment by jmkrist...@gmail.com on 9 Apr 2009 at 4:33