Ok - Ant doesn't like the <if> task.  What version of Ant is required?  I
currently have 1.4.1.

Thanks Again,

Eddie


----- Original Message -----
From: "Diane Holt" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Thursday, May 09, 2002 11:27 PM
Subject: Re: Flow-Control


> --- Eddie Bush <[EMAIL PROTECTED]> wrote:
> > Maybe the <if> task is what I am after.  I don't see that though.
>
> It's part of the ant-contrib project on Sourceforge. You can pick up a
> nightly jar at:
>   http://gump.covalent.net/jars/latest/ant-contrib/
>
> But, basically, the <if> task is:
>   <if>
>     some condition...
>     <then>
>       some task(s)
>     </then>
> [optional]
>     <else>
>       some other task(s)
>     </else>
>   </if>
>
> Diane
>
> =====
> ([EMAIL PROTECTED])
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Shopping - Mother's Day is May 12th!
> http://shopping.yahoo.com
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to