Mercurial 项目的 Eclipse Java 搜索

发布于 2024-11-18 22:54:41 字数 564 浏览 3 评论 0原文

我正在使用 MercurialEclipse 开发存储在 Mercurial 中的 Java 项目(位于 Google Code)。我还有存储在 cvs 中的 Java 项目,在同一个 Eclipse 中打开。

使用文件搜索进行 Eclipse 搜索文本适用于所有项目。但是,在 Mercurial 项目中,使用 Java Search 搜索对 ​​Java 类型的引用会失败,但适用于所有其他项目。

我怀疑出现这个问题是因为 Mercurial 项目中的 src/ 目录比 Eclipse 预期的要深一层。也就是说,它看起来像 Mercurial_project/another_directory/src。但如果这确实是问题所在,我该如何配置 Eclipse 来适应它呢? (无法更改中央存储库中 Mercurial 项目的结构。太多人正在使用它。)

谢谢 亚瑟

版本:
Eclipse SDK:版本:3.6.1;版本号:M20100909-0800
MercurialEclipse 1.8.1.v201104191217 Mercurialeclipse.feature.group

I'm using MercurialEclipse to develop a Java project stored in Mercurial (at Google Code). I also have Java projects stored in cvs open in the same Eclipse.

Eclipse search with File Search for text works for all projects. But search with Java Search for references to a Java type fails with the Mercurial project, but works for all other projects.

I suspect this problem arises because the src/ directory in the Mercurial project is one layer deeper than Eclipse expects. That is, it looks like Mercurial_project/another_directory/src. But if this is indeed the problem, how can I configure Eclipse to adjust to it? (It would not be possible to change the structure of the Mercurial project at the central repository. Too many other people are using it.)

Thanks
Arthur

Versions:
Eclipse SDK: Version: 3.6.1; Build id: M20100909-0800
MercurialEclipse 1.8.1.v201104191217 mercurialeclipse.feature.group

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

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

发布评论

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

评论(1

安静被遗忘 2024-11-25 22:54:41

我认为这不是 Mercurial Eclipse 的问题,而是 Java 构建配置的问题。如果右键单击该项目并选择Build Path ->配置构建路径并确保所需的源目录位于“源”选项卡中。如果您没有获得“构建路径”选项,请确保该项目是一个 Java 项目(在 .project 文件中查找 Java 性质,如果您不确定这一点,请创建一个新的 Java 项目并查看 .profile 文件的外观喜欢)。

I don't think this is an issue with Mercurial Eclipse but with your Java build configuration. If you right-click on the project and select Build Path -> Configure Build Path and make sure the desired source directory is in the Source tab. If you don't get the Build Path option, make sure the project is a Java project (look in the .project file for the Java nature, if you are unsure about this create a new Java project and see what that .profile file looks like).

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