标签:liunx
1.下载Ant(备注:下载bin.tar.gz格式,省得去编译)
ant官网:http://ant.apache.org/
2.解压
tar -zxvf apache-ant-1.9.4-bin.tar.gz
3、以root用户安装
cp apache-ant-1.9.4 /usr/local/ant
建一个default的软link,方便后面设置环境还有以后更新
cd /usr/local/ant
ln -s usr/local/apache-ant-1.9.4 ant_default
用root用户进入
cd /usr/sbin
建立脚本的软链接
ln -s /usr/local/ant/ant_default/bin/ant ant
输入 ant
出现
Buildfile: build.xml does not exist!
Build failed
说明成功
本文出自 “落寞” 博客,请务必保留此出处http://qinheng.blog.51cto.com/8764944/1565332
标签:liunx
原文地址:http://qinheng.blog.51cto.com/8764944/1565332