Home Freemagazine Issue6 Introduction to ANT



Introduction to ANT
Posted on: October 9, 2010 at 12:00 AM
Initially, it was not an easy task to work on the large java projects but thanks to ant for simplifying the complex details apart from the development concepts that the software developers have to keep in regard while developing the java software.

Introduction to ANT

       


Initially, it was not an easy task to work on the large java projects but thanks to ant for simplifying the complex details apart from the development concepts that the software developers have to keep in regard while developing the java software.

To understand more clearly, Let?s view a project development scenario without the ant tool where you need to work on a large Java project without any project-building tool. This project consist of multiple java files, classes depending on other classes, stubs or drivers classes situated in multiple directories, additionally the output files are required to save to different locations.

  1. Downloading and Installing Ant
  • Before installing Ant make sure you have JDK1.3 or above installed on your machine.
  • Download ant from http://jakarta.apache.org/ant/ and unzip the file into your favorite directory.
  • Set the class path to the bin directory of the ant.

Here, read more information at:

http://www.javajazzup.com/issue6/page35.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.