Re: [NAnt-users] aspnet_compiler.exe ignore warning messages

2009-10-08 Thread Bob Archer
If the command line of the tool doesn't support an errors only output option then you may have trouble with this. If that tools supports STDOUT and ERROUT you may be able to redirect the output to a file and if you get an error return code you can read in the error output and echo it to your bui

Re: [NAnt-users] aspnet_compiler.exe ignore warning messages

2009-10-08 Thread Chris Lambrou
Getting aspnet_compiler.exe to suppress warnings is really a question for a MS .NET support forum. However, I've looked into this recently, and you're basically out of luck - you can't suppress the warnings. You could perhaps consider one of the following options: 1) Fix the warnings. Sure, they'

Re: [NAnt-users] aspnet_compiler.exe ignore warning messages

2009-10-08 Thread gmoney
gmoney wrote: > > 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: > > > http://msdn.mi

Re: [NAnt-users] aspnet_compiler.exe ignore warning messages

2009-10-08 Thread Michael Pento
Unless there is an option for aspnet_compiler.exe itself (I didn't see one ...) to squelch warnings only, I don't think that the exec task can do this. Mike -Original Message- From: gmoney [mailto:g.lab...@autodata.ltd.uk] Sent: Thursday, October 08, 2009 10:16 AM To: nant-users@lists.s

[NAnt-users] aspnet_compiler.exe ignore warning messages

2009-10-08 Thread gmoney
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: -- View this message in context: http://www.nabb