知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

linux下安装ant

发布时间:2014-09-05 15:34:05作者:知识屋


linux下安装ant
 
apache ant 的网址:http://ant.apache.org/ 
  www.zhishiwu.com  
下载地址:apache-ant-1.8.4-bin.tar.gz     

http://labs.mop.com/apache-mirror/ant/binaries/apache-ant-1.8.4-bin.tar.gz
 
OSC地址:Apache Ant    http://www.oschina.net/p/apache+ant
 
1
<pre class="brush:java; toolbar: true; auto-links: false;">cp apache-ant-1.8.4-bin.tar.gz /usr/local
2
cd /usr/local</pre>
解压:  www.zhishiwu.com  
 
1
tar -zxvf apache-ant-1.8.4-bin.tar.gz
配置环境变量文件 /etc/profile
 
1
vi /etc/profile
ANT_HOME=/usr/local/apache-ant-1.8.2 
在PATH中添加 :$ANT_HOME/bin
 
1
source /etc/profile
1
ant
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜