does it work if the name of the presetdef is the same name as the actual task? I tried it some time ago - but with not much luck.

Also, the examples for presetdef show using it with a different name,

thanks,
Vijay

[EMAIL PROTECTED] wrote:
<project>
  <presetdef name="echo">
    <echo message="hello"/>
  </presetdef>
  <echo/>
</project>


Jan
-----Ursprüngliche Nachricht-----
Von: Dimitris Mouchritsas [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 19. Dezember 2007 15:56
An: Ant Users List
Betreff: Redefining a task

Hi everyone, is there a way I can redefine a task to have some default
attributes?
For example I would like to redefine the javac task to use source="1.4",
target="1.4", debug="true" always
without needing to define them each time I call the task. Any other property
used should be passed to the
original task unaltered. Thanks.

--
Dimitris Mouchritsas
Computer Services


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

Reply via email to