[NAnt-users] Capturing Nant scripting errors during automated builds

2007-09-04 Thread Tim Mayert
Is there a good way of capturing and reporting Nant build script errors during an automated build? Here is what I am doing now: I have a nested build that will trigger off 5 different Nant build scripts. Some of the builds require the others to have been completed so I have put in checks to ma

Re: [NAnt-users] Capturing Nant scripting errors during automated builds

2007-09-04 Thread Bob Archer
This is a nice side benefit of using CC.Net to run your builds. You can specify publisher actions that will run even if Nant fails. We too have had problems with Nant script failing so the Mail task was never run. You may also try the MailLogger... I think it is a bit more immune to scripts crashin