Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Unable to locate installable unit org.eclipse.ui.views
Unable to locate installable unit org.eclipse.ui.views [message #692114] Sun, 03 July 2011 15:15 Go to next message
Carlo Salinari is currently offline Carlo SalinariFriend
Messages: 66
Registered: October 2010
Member
Hi,

I can't make my target definition find org.eclipse.ui.views.

In my target locations I have:
- Software Site org.eclipse.rcp
- Directory with delta.pack

One of my plugins has:
import org.eclipse.ui.views.properties.IPropertySource

So I have to declare a dependency on org.eclipse.ui.views.
That's where the problems begin.

If I try the usual plugin.xml/Dependencies/Add... procedure, the Plug-in
Selection dialog can't find org.eclipse.ui.views.

If I then try the quick-fix suggestion, it offers me to Search
Repositories for 'org.eclipse.ui.views.properties', opening a dialog
titled "Add Artifact to Target Platform".

I see some network activity for a while, but no matching items are found.

Same result if I search for artifact org.eclipse.ui.views.

I probably have to add some other target location, but I have no clue.
I'm running indigo.

Any help?


Cheers,
Carlo
Re: Unable to locate installable unit org.eclipse.ui.views [message #693074 is a reply to message #692114] Tue, 05 July 2011 18:09 Go to previous message
Carlo Salinari is currently offline Carlo SalinariFriend
Messages: 66
Registered: October 2010
Member
On 7/3/2011 5:15 PM, Carlo Salinari wrote:
> Hi,
>
> I can't make my target definition find org.eclipse.ui.views.
>
> In my target locations I have:
> - Software Site org.eclipse.rcp
> - Directory with delta.pack
>
> One of my plugins has:
> import org.eclipse.ui.views.properties.IPropertySource
>
> So I have to declare a dependency on org.eclipse.ui.views.
> That's where the problems begin.
>
> If I try the usual plugin.xml/Dependencies/Add... procedure, the Plug-in
> Selection dialog can't find org.eclipse.ui.views.
>
> If I then try the quick-fix suggestion, it offers me to Search
> Repositories for 'org.eclipse.ui.views.properties', opening a dialog
> titled "Add Artifact to Target Platform".
>
> I see some network activity for a while, but no matching items are found.
>
> Same result if I search for artifact org.eclipse.ui.views.
>
> I probably have to add some other target location, but I have no clue.
> I'm running indigo.
>

Solved.

I had to add Software Site:
http://download.eclipse.org/releases/indigo

features:
Eclipse RCP
Eclipse Platform (this is the one containing org.eclipse.ui.views)
Previous Topic:Selection Service
Next Topic:XML import in RCP
Goto Forum:
  


Current Time: Tue Apr 16 04:34:43 GMT 2024

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

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

Back to the top