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