03 January 2021

#Ant

Ant
What is Apache Ant?
What is minimum version of Java is required to run Apache Ant 1.9.x?
How to set Classpath in Ant script?
In which language Apache Ant is written?
List some basic functions performed by Ant.
Ant
  • Ant doesn't has formal conventions, so we need to provide information of the project structure in build.xml file.
  • Ant is procedural, you need to provide information about what to do and when to do through code.
  • There is no life cycle in Ant.
  • It is a tool box not framework
  • It is mainly a build tool.
  • The ant scripts are not reusable.

No comments:

Post a Comment

Most views on this month