I'm not one of the experts on the list.

I don't really understand the problem... one thing I do notice, is that you are using 
an <ant> task for the same file.  Thats what <antcall> is for.

> -----Original Message-----
> From: Alexey Solofnenko [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 09, 2002 7:05 PM
> To: Ant Users List
> Subject: How can I force ANT to succeed?
> 
> 
> Hello,
> 
>   in some situation (ant file preprocessing) it would be very useful to
> write something like:
> <target name="preprocess" if="needed">
>   <xslt ...>
>   <ant file="samefile" target="${target}"/>
>   <success msg="Bye!"/>
> </target>
> 
> Just a thought.
> 
> - Alexey.
> 
> --
> { http://trelony.cjb.net/   } Alexey N. Solofnenko
> { http://www.inventigo.com/ } Inventigo LLC
> Pleasant Hill, CA (GMT-8 usually)
> 
> --
> 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