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
