I would think this is more a configuration of the task - and therefore an
attribute of the task itself.


Jan

> -----Ursprüngliche Nachricht-----
> Von: Benjamin de Dardel [mailto:benjamin.dedar...@gmail.com]
> Gesendet: Sonntag, 17. Oktober 2010 15:56
> An: dev@ant.apache.org
> Betreff: antlib.xml : defining taskdefs with attributes
> 
> 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: dev-unsubscr...@ant.apache.org
> For additional commands, e-mail: dev-h...@ant.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to