Eclipse PDT Ant
我下载了 Eclipse PDT 2.0 GA 版本 (Eclipse 3.4),但是,该包中似乎不包含 Ant 工具。 如何安装 eclipse Ant 工具(编辑器、可执行文件等)?
I downloaded the Eclipse PDT 2.0 GA release (Eclipse 3.4), however, it doesn't look like the Ant tools are included in this package. How can I install the eclipse Ant tools (editor, executable, etc...)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
谢谢,我刚刚遇到了同样的问题,正如你所说,Java开发工具包含Ant。
一旦您启动并运行 Ant,您可能会遇到相关问题 - 所有 Ant 文件中都会出现此警告:
详细信息位于此堆栈溢出问题 ,但我使用的简短答案是将这个最小的 DTD 添加到我的构建文件中:
Thanks, I just had the same problem, and as you said, the Java Development Tools contained Ant.
Once you get Ant up and running, you may run into a related problem - this warning in all your Ant files:
The details are in this Stack Overflow question, but the short answer I used was to add this minimal DTD to my build files:
看来应该有更好的选择。 Ant 是一个独立的工具。 您不必为了获取 Ant 而加载所有 Java 工具。
It seems like there ought to be a better option. Ant is a stand-alone tool. You ought not to have to load all the Java tools just to get Ant.
几天前这让我发疯。 在伽利略中,更新过程略有不同,如果你问我的话,这是糟糕的前向设计(但我离题了)。 以下是在 Eclipse 3.5 中执行此操作的方法。
帮助> 安装新软件
从“使用:”下拉列表中选择“Galileo - http://download.eclipse.org/releases /galileo”
然后展开“编程语言”并选择“Eclipse Java 开发工具”。
您可以安装不同的插件,但这是标准的 Eclipse 安装。
This drove me crazy a couple days ago. In Galileo the update process is slightly different, which is bad forward design if you ask me (but I digress). Here's how you do it in Eclipse 3.5.
Help > Install New Software
From "Work with:" dropdown choose "Galileo - http://download.eclipse.org/releases/galileo"
Then expand "Programming Languages" and choose "Eclipse Java Development Tools".
You could install a different plugin, but this is the standard Eclipse Install.
所以我找到了我自己问题的答案。 您需要安装 Eclipse Java 开发工具。 这些可以在 Ganymede > 下找到。 Java开发> 帮助中的 Eclipse Java 开发工具 > 软件更新> 可用软件。
So I found the answer to my own question. You need to install the Eclipse Java Development Tools. These can be found under Ganymede > Java Development > Eclipse Java Development Tools in Help > Software Updates > Available Software.
不太确定您在寻找什么,但这里有 Eclipse Ant 插件的列表:
http://www.eclipse.org/eclipse/ant/index.php
Not quite sure what you're looking for, but here's a list of the Eclipse Ant plugins:
http://www.eclipse.org/eclipse/ant/index.php