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
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
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
>
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