Strange thing is, if I set this property in the top of the file
<property name="tests.failed" value="true" />
And then in my target put
<fail if="tests.failed" message="Test failed!!!"/>
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 the build does not stop
>
>
>
> <fail if="tests.failures" />
>
>
> On 21 Nov 2009, at 10:05, Greg Roodt wrote:
>
>> <fail if="tests.failures" />
>
|