Felice,

Presumably the bit that is unclear to use is the use of "not" in the test...

I.e. instead of using

<ifnot test="${today.month=='1'}">
        whatever....
</ifnot>

You can use

<if test="${not today.month=='1'}">
        whatever....
</if>

Is that the intended replacement Gert?

Regards,
Richard

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Felice Vittoria
Sent: Thursday, June 16, 2005 11:01
To: Gert Driesen; Matthias Reuß; [email protected]
Subject: RE: [Nant-users] if and ifnot tasks 

Gert,

I don't mind if it's deprecated ... however, I would like to know what the 
<ifnot> task is replaced with.   My post also talked about updating the docs.  
I know you are busy but please add that to the list of "to-dos".  

Felice


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Nant-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to