anyone able to build geronimo with test/itest turned on

2007-02-06 Thread Lin Sun
) at java.lang.Thread.run(Unknown Source) Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 9.531 sec FA ILURE! Results : Tests run: 8, Failures: 0, Errors: 1, Skipped: 0 Anyone able to build geronimo with test/itest turned on? Thx, Lin

Re: anyone able to build geronimo with test/itest turned on

2007-02-06 Thread Prasad Kashyap
sec FA ILURE! Results : Tests run: 8, Failures: 0, Errors: 1, Skipped: 0 Anyone able to build geronimo with test/itest turned on? Thx, Lin

RE: anyone able to build geronimo with test/itest turned on

2007-02-06 Thread Lin Sun
, 2007 2:54 PM To: dev@geronimo.apache.org Subject: Re: anyone able to build geronimo with test/itest turned on Is this on trunk ? We don't have any itests in the regular build of trunk. So that config option (with or without) shouldn't be doing anything to you. Cheers Prasad On 2/6/07, Lin Sun

Re: anyone able to build geronimo with test/itest turned on

2007-02-06 Thread Paul McMahan
ILURE! Results : Tests run: 8, Failures: 0, Errors: 1, Skipped: 0 Anyone able to build geronimo with test/itest turned on? Thx, Lin

Re: anyone able to build geronimo with test/itest turned on

2007-02-06 Thread Jacek Laskowski
On 2/6/07, Paul McMahan [EMAIL PROTECTED] wrote: I will also disable the unit test again but since I'm not able to recreate the failure can you describe your environment (OS, java version, etc)? Also it would be a big help if you could provide the contents of target/surefire-reports for a

Re: anyone able to build geronimo with test/itest turned on

2007-02-06 Thread Jacek Laskowski
On 2/6/07, Lin Sun [EMAIL PROTECTED] wrote: Hi there, for the past few times, I didn't have any luck in building Geronimo using just mvn or mvn install. I had to use '-Dmaven.test.skip=true -Dmaven.itest.skip=true' to skip both the test and itest. This is the latest error I saw when I forgot

Re: anyone able to build geronimo with test/itest turned on

2007-02-06 Thread Paul McMahan
I think the ConnectException you see on stdout is actually a separate problem, but since I can't recreate I'm not totally sure. I provided a patch to tomcat for that problem, see http://issues.apache.org/jira/browse/GERONIMO-2747 I'm hoping that the real culprit behind the unit test failure

Re: anyone able to build geronimo with test/itest turned on

2007-02-06 Thread Jacek Laskowski
On 2/6/07, Paul McMahan [EMAIL PROTECTED] wrote: I think the ConnectException you see on stdout is actually a separate problem, but since I can't recreate I'm not totally sure. I provided a patch to tomcat for that problem, see http://issues.apache.org/jira/browse/GERONIMO-2747 I'm hoping

RE: anyone able to build geronimo with test/itest turned on

2007-02-06 Thread Lin Sun
, February 06, 2007 3:41 PM To: dev@geronimo.apache.org Subject: Re: anyone able to build geronimo with test/itest turned on Lin, I was seeing this problem intermittently when geronimo used tomcat 6.0.2 so I disabled the unit test and planned to investigate later. Then after upgrading geronimo's

Re: anyone able to build geronimo with test/itest turned on

2007-02-06 Thread Paul McMahan
On 2/6/07, Jacek Laskowski [EMAIL PROTECTED] wrote: Didn't I do that before or Paul meant to have asked about something else? Anyway, here it goes. yep indeed you did, my mistake, caused by working on too many things at once :-) Thanks, this information will help me debug the problem

Re: anyone able to build geronimo with test/itest turned on

2007-02-06 Thread Jacek Laskowski
On 2/6/07, Paul McMahan [EMAIL PROTECTED] wrote: yep indeed you did, my mistake, caused by working on too many things at once :-) Thanks, this information will help me debug the problem further. btw, I disabled the test case in trunk so those affected can continue to compile with unit