Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » org.eclipse.core.runtime.adaptor.FileManager cannot be resolved
org.eclipse.core.runtime.adaptor.FileManager cannot be resolved [message #881413] Mon, 04 June 2012 14:01 Go to next message
Daniel Frömmel is currently offline Daniel FrömmelFriend
Messages: 5
Registered: June 2012
Junior Member
Hi there,

i have to extend Eclipse with environment variable support (related post #357701). So i used the integrated CVS support in Eclipse (tried SDK 3.7.2 and SDK 4.1) and checked out the following branches:

(1) org.eclipse.resource (implements the classes i need)
(2) org.eclipse.runtime (referenced by org.eclipse.resource)
(3) org.eclipse.osgi (referenced by org.eclipse.runtime)

Compiling (1) works, some warnings, but works. Compiling (2) does not work and i cannot resolve the following error:

"import org.eclipse.core.runtime.adaptor.FileManager;
...
FileManager cannot be resolved to a type"

I searched for the CVS repository "org.eclipse.core.runtime.adaptor" but i cannot find it anywhere.

What am i missing here?

Thanks for helping.

So lonG
Daniel

[Updated on: Mon, 04 June 2012 14:01]

Report message to a moderator

Re: org.eclipse.core.runtime.adaptor.FileManager cannot be resolved [message #882243 is a reply to message #881413] Wed, 06 June 2012 05:41 Go to previous message
Daniel Frömmel is currently offline Daniel FrömmelFriend
Messages: 5
Registered: June 2012
Junior Member
Ok, i finally got it compiling by installing Eclipse SDK 3.7.2 and checking out
the source code via the integrated CVS client from

:pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse/Versions/org.eclipse.core.%/%R3_7


instead of

HEAD


I assume that R3_7 means compatibility with SDK 3.7. Total version hell...

[Updated on: Wed, 06 June 2012 05:43]

Report message to a moderator

Previous Topic:ClassNotFound for class in dependency and can't debug
Next Topic:Why plug-in depends on its fragment(s)?
Goto Forum:
  


Current Time: Fri Apr 26 19:34:23 GMT 2024

Powered by FUDForum. Page generated in 0.04117 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top