Centos6.6安裝Ant並進行配置

安裝說明 shell

虛擬機:VirtualBox apache

操做用戶:root centos

系統環境:centos6.6 x64 spa

安裝方式:tar包安裝 .net

軟件:apache-ant-1.9.5-bin.tar.gz code

軟件下載目錄:/root/opt blog

下載地址:http://ftp.jaist.ac.jp/pub/apache//ant/binaries/apache-ant-1.9.5-bin.tar.gz get

解壓移動目錄 虛擬機

[root@localhost opt]# tar -zxvf apache-ant-1.9.5-bin.tar.gz
[root@localhost opt]# mv apache-ant-1.9.5-bin.tar.gz /usr/local/ant
配置環境變量
[root@localhost opt]# vi + /etc/profile
添加配置信息
ANT_HOME=/usr/local/ant
PATH=$PATH:$MAVEN_HOME/bin

export PATH ANT_HOME
使環境變量生效
[root@localhost opt]source /etc/profile
驗證是否安裝成功
[root@localhost ~]# ant -version
Apache Ant(TM) version 1.9.5 compiled on May 31 2015

PS:安裝過程與《Centos6.6安裝Mavenio

參考文獻:

http://blog.csdn.net/ljg888/article/details/17331591

相關文章
相關標籤/搜索