1.安装文件
apache-ant-1.9.6.bin.tar.gz
2.安装
tar -xzvf apache-ant-1.9.6.bin.tar.gz
mv apache-ant-1.9.6 /usr/local
3.配置环境变量
vi /etc/profile
export ANT_HOME=/opt/mobile_ci/apache-ant-1.9.6
export PATH=$PATH:$ANT_HOME/bin
source /etc/profile
4.测试
ant -version