Sure: <java>
You can invoke other programs with <exec> and <apply>

And you can write your own tasks.
http://ant.apache.org/manual/develop.html#writingowntask

For quick things you can use <script>.


Jan

> -----Original Message-----
> From: Monika Adamczyk [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 18, 2003 2:27 PM
> To: Ant Users List; Martin Gainty
> Subject: Re: (newbie) how insert content of one file into middle of
> another one
> 
> 
> 
> --- Martin Gainty <[EMAIL PROTECTED]> wrote:
> > Why not write a quick and dirty java app to accomplish the 
> task using
> > java.io.RandomAccessFile ?
> > Martin
> 
> The insertion is part of the build process. Can I invoke java program
> from Ant?
> 
> Monika
> 
> 
> 
> __________________________________
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

Reply via email to