Home Freemagazine Issue7 Introduction to Ant



Introduction to Ant
Posted on: October 11, 2010 at 12:00 AM
Ant is a platform-independent build tool that specially supports for the Java programming language.

Introduction to Ant

       

 

Ant is a platform-independent build tool that specially supports for the Java programming language. It is written purely in Java. Ant is a powerful technique that helps the developers to convert their developmental structures in deployment structures.

It allows the developer to automate the repeated process involved in the development of J2EE application. Developers can easily write the script to automate the build process like compilation, archiving and deployment. A build process is an essential part of any development cycle because it removes the gap between the development, integration, and test environments. It also helps to remove other issues while deploying such as compilation, classpath, or properties that cost many projects time and money. Ant is a free tool under the GNU License and is freely available at http://jakarta.apache.org/ant/.

 

Read more information at:

http://www.javajazzup.com/issue7/page39.shtml

Related Tags for Introduction to Ant:


More Tutorials from this section

Ask Questions?    Discuss: Introduction to Ant  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.