[NAnt-users] FailOnError false still exposes failure to CCNET

2007-05-18 Thread Bob Archer
Hello, I have a build where I do a get using PVCS command line interface using the exec task. It is possible that the file it is trying to get doesn't exist yet. So, I have failonerror set to false. This works when I run the build from the command line. But, when Cruise Control.Net runs I t

[Nant-users] failonerror=false outputs non-zero return codes

2005-03-04 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
I'm executing a few external commands using the task. Some of these executions may fail. For the purposes of my build process these failures do not matter so I've been using the failonerror attribute to allow the build to continue. Unfortunately the task still reports such failures, providing the

[Nant-users] failonerror="false"

2004-09-09 Thread Nick Zigomanis
Hi all,   The exec task of the nightly build has a resultproperty attribute which stores the exit code of the exec’d program, which can be used when failonereror=”false”.   I’m using failonerror=”false” for a number of other tasks. Is there a similar property or mechanism in which I can