How to use ant-contrib tasks?
Answer / Nitin Verma
To use Ant-contrib tasks, you'll first need to download and add the Ant-contrib JAR file to your project's classpath. Then, you can use the taskdef element in your build.xml file to define the tasks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why ant is a great build tool?
What is a build tool?
How to use ant-contrib tasks?
Explain the concepts of ant?
Explain how to use runtime in ant?
What is built-in properties? And how many built-in properties?
How we can set compile target using ant?
What is dependency? How it is used into ant?
How can I write my own ant task?
Explain how to compile using ant script?
How you can explain ant property?
Explain how to test classes for junit using ant script?