linux安裝ant

一、從http://ant.apache.org 上下載tar.gz版antapache

二、複製到/usr下測試

三、tar -vxzf apahce-ant-1.9.2-bin.tar.gz  解壓io

四、chown -R yjdabc apahce-ant-1.9.2  改變權限配置

    chown -R :users apahce-ant-1.9.2file

   chmod -R +x apahce-ant-1.9.2權限

五、vi /etc/profile    修改系統配置文件下載

    #set Ant enviroment配置文件

    export ANT_HOME=/usr/apache-ant-1.9.2文件

    export PATH=$PATH:$ANT_HOME/binvi

六、source /etc/proifle   馬上將配置生效

七、ant -version   測試ant是否生效

相關文章
相關標籤/搜索