which version of NAnt are you using ?
These two attributes (nowarn and optimize) are new to the 0.8.3 version, which is currently in RC1.
Nick
From: Richard Miller <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: [Nant-users] Optimize and Nowarn switches on CSC task Date: Thu, 17 Jul 2003 17:44:40 +0100
Hi
We have been using a build file for a while and have now tried to trim down the warnings and use the optimize switch with the following
<csc target="library" nowarn="CS1591,CS1572,CS1573,CS0168" optimize="true"
....
and
<csc target="library" nowarn="1591,1572,1573,168" optimize="true"....
Each has had no effect on the output produced and was wondering what the obvious mistake was
Thanks
Richard
------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
_________________________________________________________________
MSN Messenger : discutez en direct avec vos amis ! http://messenger.fr.msn.ca/
------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
