eclipse 在哪里保存它的 ANT 类路径

发布于 2024-12-14 16:11:34 字数 146 浏览 6 评论 0原文

我知道我可以查看“首选项”对话框,但是当将损坏的版本与工作版本进行比较时,我想比较文件。

那么eclipse在哪里保存它的ant设置呢?我对全局设置特别感兴趣。

运行 Eclipse 版本:Indigo 发行版本 ID:20110615-0604

I know I can look at the Preferences dialog box, but when comparing a broken build with a working one I would like to diff the files.

So where does eclipse keep its ant settings stored. I am specifically interested in the global settings.

Running Eclipse Version: Indigo Release Build id: 20110615-0604

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(3

等待我真够勒 2024-12-21 16:11:37

该文件是

workspace.metadata.plugins\org.eclipse.core.runtime.settings\org.eclipse.ant.core.prefs

The file is

workspace.metadata.plugins\org.eclipse.core.runtime.settings\org.eclipse.ant.core.prefs

自在安然 2024-12-21 16:11:36

通过在启动配置编辑器的“公共”选项卡中选择“另存为 - 共享文件”,可以将启动配置(包括 Ant 的配置)保留在工作区中。

Launch configurations (including those for Ant) can be kept in the workspace by selecting "Save as - Shared File" in the "Common" tab in the launch configuration editor.

坠似风落 2024-12-21 16:11:35

查看您的 workspace\.metadata 目录并搜索 *.launch。这些是包括 ant 在内的启动配置。

Look into your workspace\.metadata directory and search for *.launch. These are the launch configurations including ant.

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