Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Need alternative for org.eclipse.core.resources in eclipse 3.1
Need alternative for org.eclipse.core.resources in eclipse 3.1 [message #291009] Tue, 06 September 2005 10:24 Go to next message
Pravinsinh is currently offline PravinsinhFriend
Messages: 16
Registered: July 2009
Junior Member
Hi,

I have migrated my plugin to eclipse 3.1 from eclipse 3.0.
Eveerything else works perfectly fine but the import of
"org.eclipse.core.resources" is not resolved in the my project.
It gives the following error:

The type org.eclipse.core.resources.IResourceChangeListener cannot be
resolved. It is indirectly
referenced from required .class files.

Please advice.

Regards,
Pravin.
Re: Need alternative for org.eclipse.core.resources in eclipse 3.1 [message #291015 is a reply to message #291009] Tue, 06 September 2005 12:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Michael_Valenta.oti.com

Pravin,

This means that you are using code that requires the Resources plugin. You
will need to add the org.eclipse.core.resources to your project dependancies
(or stop using the code that indirectly references IResourceChangeListener).

Michael

"pravinsinh" <pravinsinh_chavda@infosys.com> wrote in message
news:fe7f72875596e6a569ea5b1c11d75ab4$1@www.eclipse.org...
> Hi,
>
> I have migrated my plugin to eclipse 3.1 from eclipse 3.0.
> Eveerything else works perfectly fine but the import of
> "org.eclipse.core.resources" is not resolved in the my project.
> It gives the following error:
>
> The type org.eclipse.core.resources.IResourceChangeListener cannot be
> resolved. It is indirectly referenced from required .class files.
>
> Please advice.
>
> Regards,
> Pravin.
>
Re: Need alternative for org.eclipse.core.resources in eclipse 3.1 [message #291016 is a reply to message #291009] Tue, 06 September 2005 12:56 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

pravinsinh wrote:
> Hi,
>
> I have migrated my plugin to eclipse 3.1 from eclipse 3.0.
> Eveerything else works perfectly fine but the import of
> "org.eclipse.core.resources" is not resolved in the my project.
> It gives the following error:
>
> The type org.eclipse.core.resources.IResourceChangeListener cannot be
> resolved. It is indirectly referenced from required .class files.
>
> Please advice.
>
> Regards,
> Pravin.
>

Make sure you have org.eclipse.core.resources listed in your plugin
dependancies and it shows up in your MANIFEST.MF file.

You might have to ask PDE to recalculate it's build path.

Later,
PW


Previous Topic:Re: How to insert the end line symbol into a file
Next Topic:Error
Goto Forum:
  


Current Time: Tue Apr 23 11:42:05 GMT 2024

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

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

Back to the top