Hi,

Oops ...

thanks for the pointer  ! , 
i overread that in the manual of antcontrib.

The line =
...the Assert task must be 'turned on' using the property
ant.enable.asserts 

should be put between <b> </b>

With =

<!-- Import AntContrib -->
<taskdef resource="net/sf/antcontrib/antlib.xml" />

and after that

<property name="ant.enable.asserts" value="true"/>

at the beginning of my script, assert works like expected now.

Gilbert


-----Original Message-----
From: Ninju Bohra [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 07, 2005 6:34 PM
To: Ant Users List
Subject: RE: <assert> doesn't work as expected

Let's start from the beginning... did you set the
property ant.enable.asserts when running the target?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to