码迷,mamicode.com
首页 > 系统相关 > 详细

eclipse juno版本中没用 ant

时间:2015-12-11 22:14:47      阅读:262      评论:0      收藏:0      [点我收藏+]

标签:

下载了谷歌提供的Android集成开发工具ADT,里面封装了Eclipse,但是很奇怪的是竟然没有Ant插件在里面

标准的Eclipse一般都是内置集成了Ant的。

然后到eclipse的plugins目录下查看了,其实是有安装ant插件的,但是没有在界面体现出来。

要让Eclipse在界面显示Ant的相关配置,可在命令行下作如下操作:

$ cd <your eclipse install folder>

$ ./eclipse -application org.eclipse.equinox.p2.director -repository -installIU org.eclipse.ant.ui

Installing org.eclipse.ant.ui 3.5.400.v20130514-1341.

运行完成后,启动eclipse, 此是时发现ant能正常在菜单中显示出来了。

注意:Windows版的执行如下命令:

$ cd <your eclipse install folder>

$ eclipse -application org.eclipse.equinox.p2.director -repository -installIU org.eclipse.ant.ui

Installing org.eclipse.ant.ui 3.5.400.v20130514-1341

eclipse juno版本中没用 ant

标签:

原文地址:http://www.cnblogs.com/dwchenxj/p/5040272.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!