Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse Communications Framework (ECF) » org.eclipse.core.runtime.FileLocator missing from CVS?
org.eclipse.core.runtime.FileLocator missing from CVS? [message #600839] Tue, 28 February 2006 22:17 Go to next message
Rob Light is currently offline Rob LightFriend
Messages: 5
Registered: July 2009
Junior Member
I just imported the ECF team project set for anonymous access per the
instructions here: http://www.eclipse.org/ecf/downloads.html

I'm getting many "FileLocator cannot be resolved" errors.

Any help will be much appreciated.
Re: org.eclipse.core.runtime.FileLocator missing from CVS? [message #600855 is a reply to message #600839] Wed, 01 March 2006 05:31 Go to previous messageGo to next message
Scott Lewis is currently offline Scott LewisFriend
Messages: 1038
Registered: July 2009
Senior Member
Hi Rob,

Hmmm. I didn't realize this previously, but it seems that the 3.2m5 API
uses/introduced the FileLocator and deprecates the 'find' method in
the following code:

ImageDescriptor.createFromURL(UiPlugin.getDefault().find(new
Path(ICONS_PERSON_GIF))).createImage();

I've just reverted the code *back* to using 'find' as above...compatible
with 3.2m4 and previous. Although deprecated in 3.2m5 I'll wait to
changeover so that it won't be necessary for people to use 3.2m5.

So...if you do an update it should eliminate the compile errors. If it
doesn't please let us know.

Thanks,

Scott


Rob Light wrote:
> I just imported the ECF team project set for anonymous access per the
> instructions here: http://www.eclipse.org/ecf/downloads.html
>
> I'm getting many "FileLocator cannot be resolved" errors.
>
> Any help will be much appreciated.
Re: org.eclipse.core.runtime.FileLocator missing from CVS? [message #600860 is a reply to message #600855] Wed, 01 March 2006 14:28 Go to previous message
Rob Light is currently offline Rob LightFriend
Messages: 5
Registered: July 2009
Junior Member
Hi Scott,

Thanks so much! That fixed the "FileLocator cannot be resolved" errors
for me.

But now I'm having problems running the examples. See my next email for
details.

Thanks again,
Rob

Scott Lewis wrote:
> Hi Rob,
>
> Hmmm. I didn't realize this previously, but it seems that the 3.2m5 API
> uses/introduced the FileLocator and deprecates the 'find' method in the
> following code:
>
> ImageDescriptor.createFromURL(UiPlugin.getDefault().find(new
> Path(ICONS_PERSON_GIF))).createImage();
>
> I've just reverted the code *back* to using 'find' as above...compatible
> with 3.2m4 and previous. Although deprecated in 3.2m5 I'll wait to
> changeover so that it won't be necessary for people to use 3.2m5.
>
> So...if you do an update it should eliminate the compile errors. If it
> doesn't please let us know.
>
> Thanks,
>
> Scott
>
>
> Rob Light wrote:
>
>> I just imported the ECF team project set for anonymous access per the
>> instructions here: http://www.eclipse.org/ecf/downloads.html
>>
>> I'm getting many "FileLocator cannot be resolved" errors.
>>
>> Any help will be much appreciated.
Previous Topic:shared EMF model
Next Topic:Jxta Provider
Goto Forum:
  


Current Time: Fri Apr 26 07:01:40 GMT 2024

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

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

Back to the top