Eclipse Java Search of Mercurial Project -



Eclipse Java Search of Mercurial Project -

i'm using mercurialeclipse develop java project stored in mercurial (at google code). have java projects stored in cvs open in same eclipse.

eclipse search file search text works projects. search java search references java type fails mercurial project, works other projects.

i suspect problem arises because src/ directory in mercurial project 1 layer deeper eclipse expects. is, looks mercurial_project/another_directory/src. if indeed problem, how can configure eclipse adjust it? (it not possible alter construction of mercurial project @ central repository. many other people using it.)

thanks arthur

versions: eclipse sdk: version: 3.6.1; build id: m20100909-0800 mercurialeclipse 1.8.1.v201104191217 mercurialeclipse.feature.group

i don't think issue mercurial eclipse java build configuration. if right-click on project , select build path -> configure build path , create sure desired source directory in source tab. if don't build path option, create sure project java project (look in .project file java nature, if unsure create new java project , see .profile file looks like).

eclipse search mercurial mercurialeclipse

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -