List some basic functions performed by Ant.

devquora
devquora

Posted On: Feb 22, 2018

 

 

Ant tool is used for:-

  • Compiling Java code into bytecode
  • Placing this bytecode in a package
  • Deployment to production systems
  • Document creation and release notes preparation.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Apache Ant Interview Questions

    What is Apache Ant?

     Apache Ant is a Java library and command-line tool for automating software build processes.It drives the processes or..