Hello,

I have recently added the /B to my EXIT statements in my build batch
files. So my Exit statements look like this:

EXIT /B %BUILDFAILED%

where %BUILDFAILED% is set to %ERRORLEVEL% from several process
throughout the batch file.

As a result of adding /B my CCNet projects are now green when they
should be red.  This is the only thing that I changed in the batch
files.  When I remove the /B from the EXIT statements the builds go
back to being red.

This is not a show stopper but it is annoying because I now cannot
combine these build scripts by calling them from other batch files if
I want those batch files to continue after a failure returns from one
of the build scripts.

Any ideas?

To unsubscribe from this group, send email to 
ccnet-user+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to