Re: ant build error against the trunk

2008-01-21 Thread Jerome Louvel
Hi all, Right, we are currently completing the connector which still fails with test cases requiring chunked encoding. We should have this fixed for 1.1 M2 at the end of the month. Best regards, Jerome 2008/1/19, Kevin Conaway [EMAIL PROTECTED]: Were there any other stack traces in the test

Re: ant build error against the trunk

2008-01-21 Thread dev dev
Thanks everyone for the update. I just set the failoveronerror=false in the junit ant task to be able to run the build for now. Thod On Jan 21, 2008 12:56 AM, Jerome Louvel [EMAIL PROTECTED] wrote: Hi all, Right, we are currently completing the connector which still fails with test cases

ant build error against the trunk

2008-01-18 Thread dev dev
Got this error when running ant under restlet/build/ on Ubuntu 7. Please help. (Ant version 1.7). From TEST-com.noelios.restlet.test.NoeliosTestSuite.txt, Testcase: testGrizzlyAndDefault took 0.005 sec FAILED Unable to complete the HTTP call due to a communication error with the remote

Re: ant build error against the trunk

2008-01-18 Thread Rob Heittman
I don't think this error is actually harmful, especially if you're not planning on using the Grizzly connector. You can just say stopOnError=false in the junit target or disable the Grizzly junit test in build.xml. On 1/18/08, dev dev [EMAIL PROTECTED] wrote: Got this error when running ant

Re: ant build error against the trunk

2008-01-18 Thread Kevin Conaway
Were there any other stack traces in the test case logs? I believe that the grizzly connector is still not complete On Jan 18, 2008 9:22 PM, dev dev [EMAIL PROTECTED] wrote: Got this error when running ant under restlet/build/ on Ubuntu 7. Please help. (Ant version 1.7). From