[Anthill-pro] Failed builds not failing - UPDATE

Curtis Yanko curt_yanko at uhc.com
Fri Jul 13 08:46:07 CDT 2007


I think the post processing script is responsible for detecting failures 
in the build output.

We are using a Default Ant Build script that looks like this:

return Fail.unless(
    Logic.and(
        Logic.not(Output.contains("BUILD FAILED")), 
        ExitCode.is(0)
    )
)

I think UrbanCode has gotten away from the tweaking the .BAT file that 
invokes Ant so your error code of '1' is being masked and this will detect 
it.

- Curtis Yanko
UnitedHealth Group IT
Mail Route: CT028-06SA
Internet email: curt_yanko at uhc.com
Office 860.702.9059
Cell 860.729.8171


This e-mail, including attachments, may include confidential and/or 
proprietary information, and may be used only by the person or entity to 
which it is addressed. If the reader of this e-mail is not the intended 
recipient or his or her authorized agent, the reader is hereby notified 
that any dissemination, distribution or copying of this e-mail is 
prohibited. If you have received this e-mail in error, please notify the 
sender by replying to this message and delete this e-mail immediately.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.urbancode.com/pipermail/anthill-pro/attachments/20070713/9e789493/attachment.htm


More information about the Anthill-pro mailing list