Hi I use the "aspnet_compiler.exe" in my nant script to compile a asp.net
website. There are warnings messages that are being outputted. I only am
interested in errors, therefore how can i only see errors and not warnings?
My code is as follows:

<exec program="${dotnet}/aspnet_compiler.exe" commandline="-f -u -p
${BuildDirIE} -v / ${outputFolderIE}" verbose="true" failonerror="false"/>
-- 
View this message in context: 
http://www.nabble.com/aspnet_compiler.exe-ignore-warning-messages-tp25803015p25803015.html
Sent from the NAnt - Users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to