I believe he means that he wants to call an Ant task from within his own
task: Not from within a target as you suggest. Yes?

-----Original Message-----
From: Kevin Cummings [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 30, 2001 1:58 PM
To: [EMAIL PROTECTED]
Subject: Re: Task from a task?


<ant antfile="util.xml" target="prepare" />

or

<ant antfile="util.xml"/>

At 04:52 PM 4/30/2001 -0400, you wrote:
>What's the best way to invoke a task from another task?
>
>For instance, I'm trying to write a task to search for build files
>further down in the build tree and invoke the ANT task on it once it's
>found.
>
>-Jeff

Reply via email to