>>> So can I do <if test="${a=debug}"> to test property a for equality to the string
>>> 'debug'?
Actually, test="${a=debug}" would test for the value of the property a being equal to
the value of the property debug. If you want to compare against the literal string
'debug', then use test="${a='debug'}".
Merrill
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users