Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
directed exit of ant build?

directed exit of ant build?

2005-06-27       - By Ninju Bohra
Reply:     1     2     3     4  

How about the <fail> task

--- Mark Lundquist <mlundquist2@(protected)> wrote:

> Hi all,
>
> Is it possible for a target to script the
> termination of the build?
>
> I want something like this:
>
>   <available file="config"
> property="config.dir.exists"/>
>   <target "config" unless="config.dir.exists">
>     <exec executable="svn">
>       <arg line="export config.tmpl.config"/>
>     </exec>
>     <echo message="Edit the files in config/, then run
> Ant again."/>
>     <!--
>        ********** Here I would like to abort the ant
> run! *********
>     -->
>   </target>
>
> any way to do this?  (sorry if it's a FAQ :-/)
> thx,
> ?ml?
>





__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)


©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.