wohaph / keyczar

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

pom.xml for the java version of KeyCzar is not pointing to the correct repositories for Jdmk, jmx and jms .jar files. The version of Wagon provider wagon-svn it is currently pointing to is also incorrect. This causes the build to fail even if the jss-4.jar is added manually. #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set up Eclipse with Subclipse and m2eclipse plugins. Follow "Maven
Instructions" and check out source.
2. Install dependencies as mentioned in the "Java Dependencies" wiki page.

What is the expected output? What do you see instead?
As soon as you checkout the source you see that build fails due to missing
jar files. When you navigate to the pom.xml, you see that it is complaining
about the org.jvnet.wagon-svn:pom:1.8 (See attachment 1 for a screen shot).
After you get through the problem, you see that there is a "Maven error"
due to missing artifacts in the repository paths provided. The maven
2.java.net repo does not have jdmk_jmx, jms jars. 

Probable fix:
Please see attached patch file where I have made appropriate changes to the
pom.xml to get around this problem (Attachment 2)

Original issue reported on code.google.com by megharma...@gmail.com on 2 Jun 2009 at 9:01

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the patch. I've checked in an update.

Original comment by stevew...@gmail.com on 2 Jun 2009 at 7:07