2011年12月12日 星期一

Install ANT on Linux

Install ANT on Linux

1.download ant src http://www.apache.org

2.copy to /opt

3.unzip the file and rename to ant

4.vim /etc/profile

add

ANT_HOME=/opt/ant

PATH=$ANT_HOME/bin:$PATH

5.source  /etc/profile

6.ant -version