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