Re: Unable to build Geronimo from sources

2011-01-24 Thread jlmonteiro
and geronimo. Jean-Louis -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Unable-to-build-Geronimo-from-sources-tp2279742p2319411.html Sent from the Development mailing list archive at Nabble.com.

Re: Unable to build Geronimo from sources

2011-01-24 Thread Kevan Miller
On Jan 24, 2011, at 7:47 AM, jlmonteiro wrote: Hey guys, thanks everybody for your help. Finally, i got it working on my environment: - after setting the heap size (1024m) and the max perm size (512m). - removing my local maven repository - and moving it to a shorter location Yay.

Re: Unable to build Geronimo from sources

2011-01-21 Thread jlmonteiro
Hi, Still can't get Geronimo working on my computer (Windoze + Cygwin). Does anyone else achieve compiling Geronimo under Windoze + Cygwin? Jean-Louis -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Unable-to-build-Geronimo-from-sources-tp2279742p2300750.html

Re: Unable to build Geronimo from sources

2011-01-21 Thread Shawn Jiang
achieve compiling Geronimo under Windoze + Cygwin? Jean-Louis -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Unable-to-build-Geronimo-from-sources-tp2279742p2300750.html Sent from the Development mailing list archive at Nabble.com. -- Shawn

Re: Unable to build Geronimo from sources

2011-01-21 Thread jlmonteiro
-geronimo.328035.n3.nabble.com/Unable-to-build-Geronimo-from-sources-tp2279742p2301153.html Sent from the Development mailing list archive at Nabble.com.

Re: Unable to build Geronimo from sources

2011-01-21 Thread Kevan Miller
On Jan 21, 2011, at 6:35 AM, jlmonteiro wrote: Hi Shawn, It does not work either with a common windows batch. Same error I got with Cygwin. Will try to remove my maven repository content and to move it to a shorter location. Will give you some details on Monday hopefully. Have you

Re: Unable to build Geronimo from sources

2011-01-20 Thread Jean-Louis MONTEIRO
Hi all, Sorry for the late answer. [ERROR] BUILD FAILURE [INFO] [INFO] There are test failures. Please refer to

Re: Unable to build Geronimo from sources

2011-01-20 Thread Jean-Louis MONTEIRO
Hi again, using mvn clean install -DskipTests looks better but now, i'm getting another error. [INFO] [ERROR] BUILD ERROR [INFO] [INFO] could not

Re: Unable to build Geronimo from sources

2011-01-20 Thread Shenghao Fang
Hi, I remember that I got some errors related to encoding the first time I built Geronimo. I just try to set the encoding of JVM to UTF-8 by set * JAVA_OPTS='-Dfile.encoding=UTF-8'*. You can try this approach to see whether it will solve your problem. Thanks. Michael Fang 2011/1/20 Jean-Louis

Unable to build Geronimo from sources

2011-01-18 Thread jlmonteiro
-DskipTests but I still have an error. mvn clean install doesn't work too. Can you give me some hints/advices? Thanks, Jean-Louis -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Unable-to-build-Geronimo-from-sources-tp2279742p2279742.html Sent from the Development

Re: Unable to build Geronimo from sources

2011-01-18 Thread Kevan Miller
On Jan 18, 2011, at 8:02 AM, jlmonteiro wrote: Hello guys, I followed the wiki page https://cwiki.apache.org/GMOxDOC30/building-geronimo-with-maven.html Build Geronimo with Maven . mvn install -Dstage=bootstrap -- works mvn install -Dstage=assemble -- does not work First, I got a

Re: Unable to build Geronimo from sources

2011-01-18 Thread jlmonteiro
in context: http://apache-geronimo.328035.n3.nabble.com/Unable-to-build-Geronimo-from-sources-tp2279742p2280521.html Sent from the Development mailing list archive at Nabble.com.

Re: Unable to build Geronimo from sources

2011-01-18 Thread Kevan Miller
On Jan 18, 2011, at 10:34 AM, jlmonteiro wrote: Hi Kevan, I'm trying to build from the trunk. A102126@L20159/cygdrive/d/appli/apache/geronimo/trunk$svn update Updated to revision 1060396. A102126@L20159/cygdrive/d/appli/apache/geronimo/trunk$mvn clean install [INFO]

Re: Unable to build Geronimo

2004-09-29 Thread Kristian Köhler
Hi you could try to run maven with -Dmaven.test.failure.ignore BTW I think the build is still broken. So this will not fix your building issue. Kristian Jayakumar Thanakodi wrote: Hi, I have svn'ed the latest source from http://svn.apache.org/repos/asf/geronimo/trunk geronimo then I did a svn

Re: Unable to build Geronimo

2004-09-29 Thread Jayakumar Thanakodi
Thanks Kristian, got past that problem. regards Jayakumar Kristian Köhler wrote: Hi you could try to run maven with -Dmaven.test.failure.ignore BTW I think the build is still broken. So this will not fix your building issue. Kristian Jayakumar Thanakodi wrote: Hi, I have svn'ed the latest source