What is ant?
Answer / Jasveer Singh
Apache Ant is a build tool written in Java which allows automating software builds, for example running tests, compiling code, packing classes into jars, creating jar dependencies, etc. It can be configured using build files known as build.xml.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to use ant-contrib tasks?
How can I write my own ant task?
What is a build tool?
Explain how to debug my ant script?
How many ways we can set properties into build ant file?
What is ivy?
Why ant is a great build tool?
List some basic functions performed by ant.
Explain how to make ant user interactive?
Explain how to use runtime in ant?
Which version of java is required to run ant?
What is built-in properties? And how many built-in properties?