[ajug-members] Custom ant task question
Sony Antony
sony.antony at gmail.com
Mon May 14 12:58:16 EDT 2007
I m writing a custom task.
I need to call the copy task from within my execute()
How do I go about with it so that I have an instance of the
parsed/initialized org.apache.tools.ant.taskdefs.Copy object ( on
which I can call setXXX() attibutes ).
Also after I have finished all the setXXX() methods on the Copy
object, should I be calling execute() explicitly ?
Thanks
--sony
More information about the ajug-members
mailing list