Using CruiseControl.NET with Ant - Confluence
If you want to call ANT from crusisecontrol.net, this page is useful.
There's a bug on it though, when you modify ant.bat, you need to add 'exit /B %ERRORLEVEL' - if you leave out the /B, the build works but is reported as failing
Read more at confluence.public.thoug...


1 Comments:
Looks like you are missing a trailing '%' on the ERRORLEVEL variable...
:-)
Post a Comment
<< Home