1、下载apache-ant-1.8.2-bin.tar.gz 到/usr
路径:,具体过程不表
2、解压、改名
[root@localhost ant]# tar xvf apache-ant-1.8.2-bin.tar.gz
[root@localhost usr]# mv apache-ant-1.8.2 ant
3、修改环境变量
[root@localhost ~]# vi /etc/profile
在末尾增加下面两行:
export ANT_HOME=/usr/ant
export PATH=/usr/ant/bin:$PATH
保存对profile的修改,然后reboot或者source一下
[root@localhost ~]# source /etc/profile
4、测试
[[root@localhost ~]# ant
Buildfile: build.xml does not exist!
Build failed
ok,安装成功,可以正常工作了
阅读(594) | 评论(0) | 转发(0) |