Re: XWork build failure

2008-11-09 Thread Gabriel Belingueres
I ran into a similar problem with other test [1] some time ago with the testOneWaitWithDelay(). Compiling with "mvn" produced the error, but if I redirected the output to a file it executed OK: "mvn > outputfile.txt". Used Java 6 on Windows XP. [1] http://www.nabble.com/ExecuteAndWaitInterceptor

Re: XWork build failure

2008-11-08 Thread Jeromy Evans
Martin Cooper wrote: On Tue, Nov 4, 2008 at 7:16 PM, Wes Wannemacher <[EMAIL PROTECTED]> wrote: Just pulled and built with both Java 5 & 6 and didn't see it... Using Ubuntu Intrepid on AMD64 with Sun JDKs. Weird. I was using Java 6, but switched to Java 5 and now it builds. (This is

Re: XWork build failure

2008-11-05 Thread Martin Cooper
On Tue, Nov 4, 2008 at 7:16 PM, Wes Wannemacher <[EMAIL PROTECTED]> wrote: > Just pulled and built with both Java 5 & 6 and didn't see it... > > Using Ubuntu Intrepid on AMD64 with Sun JDKs. Weird. I was using Java 6, but switched to Java 5 and now it builds. (This is on Windows XP.) -- Martin

Re: XWork build failure

2008-11-04 Thread Wes Wannemacher
Just pulled and built with both Java 5 & 6 and didn't see it... Using Ubuntu Intrepid on AMD64 with Sun JDKs. -Wes On Tue, 2008-11-04 at 15:39 -0800, Martin Cooper wrote: > Having just checked out the XWork trunk, I'm getting a test failure when I > try to build it (mvn -Pxwork package): > > --

XWork build failure

2008-11-04 Thread Martin Cooper
Having just checked out the XWork trunk, I'm getting a test failure when I try to build it (mvn -Pxwork package): --- Failed tests: testTwoWaitWithDelay(org.apache.struts2.interceptor.ExecuteAndWaitInterceptorTest) Tests run: 678, Failures: 1, Errors: 0, Skipped: 0 --- Anyone seeing the same? I