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 tes

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 furth

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&#

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 th

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 wil

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 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 fai

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

2007-02-06 Thread Paul McMahan
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 tomcat version to 6.0.8 I could not recreate the problem so I reenabled the unit test. I believe you will find that the pr

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

2007-02-06 Thread Lin Sun
ay, February 06, 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 P

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

2007-02-06 Thread Prasad Kashyap
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 <[EMAIL PROTECTED]> wrote: Hi there, for the past few times, I didn't have any luck in building Geronimo using