Help me to build a geronimo server form the source

2009-11-09 Thread Fei LI
Hi, I am creaming here for your help. I have been trying to build a Geronimo server from the SVN source for 1.5 weeks and no success. Donald Woods and Forrest Xia helped me to try many ways and all are failed. I tried many combination of the build environment: SVN Tags/2.1.4 SVN Trunk Maven

Re: Help me to build a geronimo server form the source

2009-11-09 Thread chi runhua
I can build branch/2.2 with JDK1.6 on Ubuntu9.04 successfully. You may post your 2.2 build log here so that we can take a look what the problem is. Jeff C On Tue, Nov 10, 2009 at 12:39 AM, Fei LI f...@mdacorporation.com wrote: Hi, I am creaming here for your help. I have been trying to

RE: Help me to build a geronimo server form the source

2009-11-09 Thread Fei LI
Hi Chi Run-up and other developers, I got another build failure for building the server from SVEN branch 2.2. My environment are: C:\g22man -version Apache Maven 2.2.1 (r801777; 2009-08-06 15:16:01-0400) Java version: 1.6.0_16 Java home: C:\Program Files\Java\jdk1.6.0_16\jre Default locale:

Re: Help me to build a geronimo server form the source

2009-11-09 Thread Donald Woods
Try deleting everything under - C:\m2repo\com\envoisolutions\sxc\sxc-runtime\0.7.2\ and running the build again. Until your first build completes, you may have to keep retrying until all of the build dependencies have been downloaded -Donald Fei LI wrote: Hi Chi Run-up and

Re: Help me to build a geronimo server form the source

2009-11-09 Thread Jason Warner
I just ran into this issue building the server with a clean maven repository. Could the issue be with the dependency available in the online repository? ~Jason Warner On Mon, Nov 9, 2009 at 1:55 PM, Donald Woods dwo...@apache.org wrote: Try deleting everything under -

RE: Help me to build a geronimo server form the source

2009-11-09 Thread Fei LI
Hi Donald, I tried delete all files under C:\m2repo\com\envoisolutions\sxc\sxc-runtime\0.7.2\ And run the command mvn clean install -DfailIfNoTests=false -Dtest= Then the files are downloded again and failed again. What do you mean by: Try deleting everything under -

Re: Help me to build a geronimo server form the source

2009-11-09 Thread chi runhua
Hi Fei, Looks like sxc-runtime-0.7.2.jar downloaded from central repo is corrupted somehow. I tried mvn clean install with buildsupport by removing the legacy sxc-rumtim-0.72 in my local .m2, and then encountered the same problem as you described. The size of the correct sxc-runtim-0.7.2.jar