标准的Eclipse通常都是内置集成了Ant的。windows
而后到eclipse的plugins目录下查看了,实际上是有安装ant插件的,可是没有在界面体现出来。app
要让Eclipse在界面显示Ant的相关配置,可在命令行下做以下操做:eclipse
在windows中:ui
$ cd <your eclipse install folder>
$ eclipse -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/releases/juno -installIU org.eclipse.ant.ui
在Linux中:插件
$ cd <your eclipse install folder> $ ./eclipse -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/releases/juno -installIU org.eclipse.ant.ui运行完成后,启动eclipse, 此是时发现ant能正常在菜单中显示出来了。