Java ANT Question:
Download Questions PDF

How to write your own ant task?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know how to make ant user interactive?How to use ant to run a Java application?