Java ANT Question:
Download Job Interview Questions and Answers 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.
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 Question | Next Question |
Do you know how to make ant user interactive? | How to use ant to run a Java application? |