----- Original Message ----- 
From: "John Hardin" <[EMAIL PROTECTED]>
To: "Gert Driesen" <[EMAIL PROTECTED]>
Cc: "Foster, Richard - PAL" <[EMAIL PROTECTED]>; "Felice Vittoria"
<[EMAIL PROTECTED]>; <nant-users@lists.sourceforge.net>
Sent: Thursday, June 16, 2005 5:27 PM
Subject: Re: [Nant-users] if and ifnot tasks


>
> Gert Driesen said:
>
> >> <if test="${not today.month=='1'}">
> >> whatever....
> >> </if>
> >>
> >> Is that the intended replacement Gert?
> >
> > Yeps !
>
> What about the <if> task supporting an ELSE clause? I've always been
> somewhat offended by the inelegance of having to do:
>
>     <if "test">
>         blahblahblah
>     </if>
>     <if "not test">
>         blahblahblah
>     </if>
>
> ...to get an ELSE clause.

How do you like this :
http://nantcontrib.sourceforge.net/nightly/latest/help/tasks/choose.html ;-)

Gert


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