1.

Explain Ant Functionality?

Answer»
  • Ant is an OPEN source project AVAILABLE under the Apache license. Therefore, its source code can be downloaded and modified. 
  • Additionally, Ant uses XML build files which MAKE its development easy.
  • Cross Platform.
  • Use of XML along with Java makes Ant makes it the perfect solution for developing programs designed to run or be built across a range of different OPERATING systems.
  • Extensible.
  • New tasks are used to extend the capabilities of the build process, while build listeners are used to help hook into the build process to add extra error tracking functionality.
  • As Ant is extensible and open, it can be integrated with any editor or development environment EASILY.



Discussion

No Comment Found