ICY GWT Compile error

2010-08-19 Thread Ben Cuthbert
All I had some ant scripts and decided to integrate ivy into them. After I have done that I am getting compliation errors when calling javac on the GWT code. But if I remove the ivy it all works fine. Is there any reference to anyone have any similar issues I am using ivy 2.2.0-rc1 error when

Re: Build fail

2009-11-24 Thread Ben Cuthbert
If only i had listened :) Thank you for your help all working perfectly. On 24 Nov 2009, at 19:49, Greg Roodt wrote: batchtest - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-

Re: Build fail

2009-11-24 Thread Ben Cuthbert
variables references. Your "if" should look like this: On Tue, Nov 24, 2009 at 7:32 PM, Ben Cuthbert wrote: Yes I got the following error running in debug test-unit: Skipped because property 'true' not set. ant build -Dunit.test=true -verbose What is the property true O

Re: Build fail

2009-11-24 Thread Ben Cuthbert
Yes I got the following error running in debug test-unit: Skipped because property 'true' not set. ant build -Dunit.test=true -verbose What is the property true On 24 Nov 2009, at 14:42, glenn opdycke-hansen wrote: Suggest that you run in verbose mode. i suspect that the target could be

Re: Build fail

2009-11-23 Thread Ben Cuthbert
On 22 Nov 2009, at 09:17, Greg Roodt wrote: Could you please paste the entire Ant "test" target you are using? You would definitely need to be checking for the error property, since its not a test failure, thats an error.

Re: Build fail

2009-11-21 Thread Ben Cuthbert
On 21 Nov 2009, at 18:20, glenn opdycke-hansen wrote: it appears that the name of the property being set is different than what is being checked: On Sat, Nov 21, 2009 at 12:12, Ben Cuthbert wrote: Strange thing is, if I set this property in the top of the file And then in my targ

Re: Build fail

2009-11-21 Thread Ben Cuthbert
Strange thing is, if I set this property in the top of the file And then in my target put I get and error build-common.xml:347: Test failed!!! On 21 Nov 2009, at 16:33, Ben Cuthbert wrote: Yes so I have the following line in the same target at the end, I see the unit test error but

Re: Build fail

2009-11-21 Thread Ben Cuthbert
I set those and nothing, still unit test fails but the build passes. In the verbose log I just see [junit] 'filtertrace=true' [junit] 'haltOnError=false' [junit] 'haltOnFailure=false' [junit] 'showoutput=false' [junit] 'formatter =org.apache.tools.ant.taskdefs.optional.jun

Re: Build fail

2009-11-21 Thread Ben Cuthbert
Strange thing is, if I set this property in the top of the file And then in my target put I get and error build-common.xml:347: Test failed!!! On 21 Nov 2009, at 16:33, Ben Cuthbert wrote: Yes so I have the following line in the same target at the end, I see the unit test error but

Re: Build fail

2009-11-21 Thread Ben Cuthbert
Yes so I have the following line in the same target at the end, I see the unit test error but the build does not stop On 21 Nov 2009, at 10:05, Greg Roodt wrote:

Build fail

2009-11-21 Thread Ben Cuthbert
When one of my unit tests fail the build is still successful. But in my ant config I have the following failureproperty="tests.failures" errorproperty="tests.errors">

haltOnFailure not working

2009-11-15 Thread Ben Cuthbert
All I am sure this has been answered before why does haltOnFailure when set to true not fail when the any tasks fail I have the following target showoutput="true" failureproperty="test.failed">