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

[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

Re: [NAnt-users] ignoring compilation error messages

2009-02-05 Thread gmoney
In Visual Studio you simply say continue. I am going to try this failonerror tag and will update you. gmoney wrote: > > Hi, > > I a new to nant so excuse the silly questions. I have a project in VSS > that I want to build with nant. The problem is that our project has a >

[NAnt-users] ignoring compilation error messages

2009-02-04 Thread gmoney
Hi, I a new to nant so excuse the silly questions. I have a project in VSS that I want to build with nant. The problem is that our project has a number of errors that I need to ignore. I know that these errors should be fixed, but for some silly political reason they need to be ignored and my Mg