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