You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Rebhan, Gilbert" <Gi...@huk-coburg.de> on 2005/10/27 09:57:51 UTC

ant file= ... - Return Build Status to calling script ?!

Hi,

i have a delegating ant script that sets some properties
and then calls another antscript.

I need a way to pass the return status, means either
Build Failed or Build Successful, back to the calling script.

Any ideas ?

Regards, Gilbert

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: ant file= ... - Return Build Status to calling script ?!

Posted by Steve Loughran <st...@apache.org>.
Rebhan, Gilbert wrote:
> Hi,
> 
> i have a delegating ant script that sets some properties
> and then calls another antscript.
> 
> I need a way to pass the return status, means either
> Build Failed or Build Successful, back to the calling script.
> 
> Any ideas ?
> 

Ant-contrib has a version of <ant> that lets you pass some parameters back

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org