How would that work?

John

-----Original Message-----
From: bodewig [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 06, 2001 12:56 AM
To: ant-user
Cc: bodewig
Subject: Re: batching of ant task


John D. Casey <[EMAIL PROTECTED]> wrote:

> Is there any way to batch ant targets?  something like this...
> 
>       <ant target="main" dir="." output="ant-result.txt">
>               <fileset dir=".">
>                       <include name="**/build.xml"/>
>               </fileset>
>       </ant>

Not yet. 

There's been an <anton> task submitted to ant-dev a while back, that
mimicked <execon>. My preference would be to have a <javaon> task and
make <anton> use it.

Stefan

Reply via email to