[Anthill-pro] Failed builds not failing - UPDATE

Daniel Kirsch Daniel.Kirsch at citrix.com
Fri Jul 13 09:19:53 CDT 2007


Thank you Curtis!  That was exactly the issue.

 

Regards,

 

Dan 

 

________________________________

From: anthill-pro-bounces at lists.urbancode.com
[mailto:anthill-pro-bounces at lists.urbancode.com] On Behalf Of Curtis
Yanko
Sent: Friday, July 13, 2007 9:46 AM
To: anthill-pro at caladin.urbancode.com
Subject: Re: [Anthill-pro] Failed builds not failing - UPDATE

 


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/68146c48/attachment.htm


More information about the Anthill-pro mailing list