Chis,

NAnt currently doesn't have an IF-THEN-ELSE construct.  Instead, you have to 
say IF x THEN ... followed by IF not x THEN ....

If you IF test is complex, you might try defining a property named something 
like "is_x" then have an IF testing for is_x followed by one testing for not 
is_x.

Merrill


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to