Java ANT Question:

How to write your own ant task?

Tweet Share WhatsApp

Answer:

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.

Download ANT PDF Read All 11 ANT Questions
Previous QuestionNext Question
Do you know how to make ant user interactive?How to use ant to run a Java application?