Eclipse PDT Ant

发布于 2024-07-10 12:50:43 字数 101 浏览 7 评论 0原文

我下载了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

傲世九天 2024-07-17 12:50:44

谢谢,我刚刚遇到了同样的问题,正如你所说,Java开发工具包含Ant。

一旦您启动并运行 Ant,您可能会遇到相关问题 - 所有 Ant 文件中都会出现此警告:

未检测到文档的语法约束(DTD 或 XML 架构)。

详细信息位于此堆栈溢出问题 ,但我使用的简短答案是将这个最小的 DTD 添加到我的构建文件中:

<!DOCTYPE project>

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:

No grammar constraints (DTD or XML schema) detected for the document.

The details are in this Stack Overflow question, but the short answer I used was to add this minimal DTD to my build files:

<!DOCTYPE project>
呆头 2024-07-17 12:50:44

看来应该有更好的选择。 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.

花之痕靓丽 2024-07-17 12:50:43

几天前这让我发疯。 在伽利略中,更新过程略有不同,如果你问我的话,这是糟糕的前向设计(但我离题了)。 以下是在 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.

只为守护你 2024-07-17 12:50:43

所以我找到了我自己问题的答案。 您需要安装 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.

假装不在乎 2024-07-17 12:50:43

不太确定您在寻找什么,但这里有 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文