How can I write my own ANT task?Define the user defined custom script and use taskdef to define in the custom script.
One can use the tutorial-writing-tasks-src.zip file, which is available in $ANT_HOME/docs/manual directory.How can I write my own ANT task?In $ANT_HOME/docs/manual directory, there also is tutorial-writing-tasks-src.zip Taskdef can be used to define it in the script.
|