1.

How Can I Write My Own Ant Task?

Answer»

Easy!
WRITING Your Own Task How-To from ANT.
In your own $ANT_HOME/docs/manual DIRECTORY, there also is tutorial-writing-tasks-src.zip
Use them! Use taskdef to DEFINE it in your script, define it before using it.

Easy!
Writing Your Own Task How-To from ant.
In your own $ANT_HOME/docs/manual directory, there also is tutorial-writing-tasks-src.zip
Use them! Use taskdef to define it in your script, define it before using it.



Discussion

No Comment Found