Re: [NAnt-users] Bug? task doesn't cause a non-zero exitcodefrom within a nant.onsuccess target

2007-11-09 Thread Brass Tilde
Chris Lambrou <[EMAIL PROTECTED]> wrote: > Craig, > > We use a slightly modified version of NUnit, and often we wrap it in > NCover.Console.exe, so we run it using an task, rather than > using NAnt's task. However, even if NUnit returns with a > non-zero error code, we don't allow this to immedi

Re: [NAnt-users] Bug? task doesn't cause a non-zero exit codefrom within a nant.onsuccess target

2007-11-09 Thread Chris Lambrou
Craig, We use a slightly modified version of NUnit, and often we wrap it in NCover.Console.exe, so we run it using an task, rather than using NAnt's task. However, even if NUnit returns with a non-zero error code, we don't allow this to immediately fail the build (the task for NUnit has fai

[NAnt-users] Bug? task doesn't cause a non-zero exit code from within a nant.onsuccess target

2007-11-09 Thread Chris Lambrou
Hi, I'm using NAnt as part of a continuous build process managed by CruiseControl.NET. CCNET determines whether or not a build is a success or a failure on the basis of the exit code of the NAnt process that carries out the build. If my NAnt build script fails to execute any tasks (e.g. if any