Home » Post Item » Download and Install ANT 1.7
Download and Install ANT 1.7
Friday, July 11, 2008

Download ANT( Another Neat Tool ) from the official site: The Apache Ant Project.
For Windows and OS/2:
- Assume that Ant is extracted in C:\ant\
- Open the command line and set up the environment.
- set ANT_HOME=c:\ant
- set JAVA_HOME=c:\jdk-1.5.0.05
- set PATH=%PATH%;%ANT_HOME%\bin
For Linux/Unix ( bash )
- Assume that Ant is extracted in /usr/local/ant
- Open the bash terminal and set up the environment
- export ANT_HOME=/usr/local/ant
- export JAVA_HOME=/usr/local/jdk-1.5.0.05
- export PATH=${PATH};${ANT_HOME}/bin
For Linux/Unix ( csh )
- Assume that Ant is extracted in /usr/local/ant
- Open the bash terminal and set up the environment
- setenv ANT_HOME /usr/local/ant
- setenv JAVA_HOME /usr/local/jdk-1.5.0.05
- set path=( $path $ANT_HOME/bin)
All comments are moderated. Your comments will not appear here unless approved by the blog owner. Thank you.




