I have a property build.config that is either the string "debug" or "release". I want to test for the property being "debug" or "release" and change the compilation appropriately. First, how do I compare a string. There doesn't seem to be a comparison string function just index or is that what I am supposed to use? Second, do I need to surround the whole <csc> task with the result of the <if> or can I simply put it around the <arg> elements? Is there an example that I can use that doesn't use the "deprecated" functionality?
Thank you for your help. Kevin Burton [EMAIL PROTECTED] ------------------------------------------------------- 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_idG21&alloc_id040&op=click _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
