I'm not sure that I completely understand your question, but maybe 
<presetdef> is what you're looking for?

____________________________________________________________________________________________
 

Jeffrey E. (Jeff) Care 
[email protected] 
IBM WebSphere Application Server 
WAS Release Engineering 





Benjamin de Dardel <[email protected]> wrote on 10/17/2010 
09:55:58 AM:

> [image removed] 
> 
> antlib.xml : defining taskdefs with attributes
> 
> Benjamin de Dardel 
> 
> to:
> 
> dev
> 
> 10/17/2010 09:57 AM
> 
> Please respond to "Ant Developers List"
> 
> Hi,
> 
> I would like to instanciate a same task in different contexts.
> Is there a way to define taskdef attributes ?
> 
> For example, something like that :
> # antlib.xml
> <taskdef name="task1" classname="MySameTask">
> <attribute name="context" value="context1" />
> </taskdef>
> 
> <taskdef name="task2" classname="MySameTask">
> <attribute name="context" value="context2" />
> </taskdef>
> 
> # build.xml
> <task1 ...>
> <task2 ...>
> 
> Regards,
> Benjamin de Dardel
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 

Reply via email to