Why ant is a great build tool?



Why ant is a great build tool?..

Answer / Arti Mourya

Ant is a great build tool because it is open-source, written in Java, platform-independent, has an easy-to-learn syntax, supports various tasks out of the box (such as compiling, testing, and packaging), can be easily customized with additional tasks, and allows integration with other tools.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Ant Interview Questions

Can you define build tool?

1 Answers  


How to set classpath in ant script?

1 Answers  


Can I put the contents of a classpath or fileset into a property?

1 Answers  


Explain how to debug my ant script?

1 Answers  


Explain how to make ant user interactive?

1 Answers  


What is history of ant?

1 Answers  


How can I use ant to run a java application?

1 Answers  


How we can create a jar using ant?

1 Answers  


Explain the concepts of ant?

1 Answers  


How you can compile, jar and run into ant command prompt?

1 Answers  


How we can set compile target using ant?

1 Answers  


What is ivy?

1 Answers  


Categories