Eclipse中缺少Builders选项

时间:2012-03-23 01:02:54

标签: eclipse ant build build-automation

我想在Eclipse中将Ant脚本与Java构建过程集成。我找不到在Project>下配置构建器的选项。属性。屏幕截图here。我可以访问Ant视图,但也无法从此视图访问Ant Builder。

我的Eclipse版本是3.5.2(Galileo)。我安装了GWT / GAE插件。

关于为什么在我的安装中无法使用Builders的任何想法?

感谢。

1 个答案:

答案 0 :(得分:1)

this SO post开始,需要在Window - Preferences - General - Capabilities - Advanced - Development中检查Ant Development,以便在Project - Properties下显示Builders选项。