> 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?

BTW: The "not" operator is not documented in v0.85-rc3.

Regards,

Matthias


-------------------------------------------------------
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_id=7477&alloc_id=16492&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to