You can place the <macrodef> and resulting task in a <target>. For
example,

<target name="macro">
        <macrodef name="post.process">
                ...
        </macrodef>
        <post.process .../>
</target>

-- Srivathsan

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 12, 2006 4:43 PM
> To: [email protected]
> Subject: RE: Re: Iterate over "filelist" with java task?
> 
> Thanks, I am using 1.6.5. I'v checked the docs but there's something
> missing. What is/are the parent element/s of the <macrodef> and the
> resulting task?
> --
> Charles Knell
> [EMAIL PROTECTED] - email
> 
> 
> 
> -----Original Message-----
> From:     Grant Lewis <[EMAIL PROTECTED]>
> Sent:     Fri, 12 May 2006 15:35:37 -0400
> To:       Ant Users List <[email protected]>
> Subject:  Re: Iterate over "filelist" with java task?
> 
> If you are using 1.6.x, define a macro using macrodef and call the
macro
>  with each file. I used a similar approach to automate xdoclet tasks
for
> different groups of files.
> 
> Grant
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



**************************************************************
This message, including any attachments, contains confidential information 
intended for a specific individual and purpose, and is protected by law.  If 
you are not the intended recipient, please contact sender immediately by reply 
e-mail and destroy all copies.  You are hereby notified that any disclosure, 
copying, or distribution of this message, or the taking of any action based on 
it, is strictly prohibited.
TIAA-CREF
**************************************************************


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

Reply via email to