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