Explain how to use ant-contrib tasks?
Answer / Paras
Ant-contrib is a set of additional tasks for Apache Ant. To use them, you need to include the ant-contrib.jar file in your classpath and reference the tasks in your build.xml file using their groupId:artifactId notation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can I change/override ant properties when I use ant-contrib foreach task?
Explain how to make ant user interactive?
Why ant is a great build tool?
What is dependency? How it is used into ant? What is its use?
How we can set path path and classpath into an ant build file?
How can I write my own ant task?
How many ways we can set properties into build ant file?
How we can echo message in ant?
Explain how to test classes for junit using ant script?
What is advantage of ant 1.7.1?
How many types of build tool you know?
What is ant?