On Jul 3, 2006, at 8:29 PM, Simon Godik wrote:

I'm having difficulty building 1.0.0 tag. Dependencies are missing: commons-fileupload-1.1-dev.jar, dwr-1.0.jar, org.apache.geronimo.specs/geronimo-corba_2.3_spec/1.0/jar I did not get past corba dependency. Any special instructions for 1.0 tag?

Simon,
There was an inconsistency between the Geronimo and OpenEJB dependencies in Geronimo 1.0. See http://issues.apache.org/jira/ browse/GERONIMO-1449

To fix, you can apply the patch attached to the Jira to your configs/ j2ee-server/project.xml file or manually download the jar.

Also, you'll want to change line 29 of your etc/project.properties file to use the new apache repo url (I suspect you've done this already):

Index: etc/project.properties
===================================================================
--- etc/project.properties      (revision 419225)
+++ etc/project.properties      (working copy)
@@ -26,7 +26,7 @@
#####################################################
maven.repo.remote=\
-http://cvs.apache.org/repository,\
+http://people.apache.org/repository,\
http://dist.codehaus.org,\
http://www.mortbay.org/maven,\
http://www.ibiblio.org/maven,\

--kevan


Reply via email to