[NAnt-users] Error handling on non-fatal errors...

2008-07-08 Thread Rory Clark
I have a build script that uses regular expressions to manipulate files and it generates a lot of warnings and non-fatal error messages. For example, see this code: If this code fails, I want to echo to the console, but I don't want to get a non-fatal error or a warning about it. How

RE: [Nant-users] Error Handling

2003-07-29 Thread Lorphelin Yves
Title: [Nant-users] Error Handling Hi, here are the pointers   http://nant.sourceforge.net/wiki/index.php/nant.onsuccess http://nant.sourceforge.net/wiki/index.php/nant.onfailure   Hope it helps. Y.   -Oorspronkelijk bericht- Van: Michael Dang [mailto:[EMAIL PROTECTED

[Nant-users] Error Handling

2003-07-28 Thread Michael Dang
Hello, Can someone supply or point me to an example of how to do some error handling when a task fails or anything fails during the running of a build script? E.g. during a compiling of a project it fails b/c of the folder path was not specified correctly. If failure then run a different targe