Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to find which feature contains org.eclipse.core.runtime?
How to find which feature contains org.eclipse.core.runtime? [message #905918] Fri, 31 August 2012 10:03 Go to next message
Valerio Santinelli is currently offline Valerio SantinelliFriend
Messages: 39
Registered: January 2012
Member
I'm struggling trying to figure out how to find which feature contains a certain plug-in. In my case I'm trying to find which one contains org.eclipse.core.runtime.
Can anyone help me?
Since I updated to Juno my feature based product is having validation issues.. I'm attaching a screenshot.
index.php/fa/11347/0/
Re: How to find which feature contains org.eclipse.core.runtime? [message #906012 is a reply to message #905918] Fri, 31 August 2012 13:12 Go to previous messageGo to next message
Joseph Carroll is currently offline Joseph CarrollFriend
Messages: 174
Registered: May 2012
Location: Milwaukee, WI
Senior Member

It is contained in org.eclipse.core.runtime.feature, but you should use more of a global feature like org.eclipse.rcp.

Map of Platform Plugins
Re: How to find which feature contains org.eclipse.core.runtime? [message #906019 is a reply to message #906012] Fri, 31 August 2012 13:26 Go to previous messageGo to next message
Valerio Santinelli is currently offline Valerio SantinelliFriend
Messages: 39
Registered: January 2012
Member
I'm already including org.eclipse.rcp but I keep getting those validation errors.. Razz
Any clue?
Re: How to find which feature contains org.eclipse.core.runtime? [message #906026 is a reply to message #906019] Fri, 31 August 2012 13:31 Go to previous messageGo to next message
Joseph Carroll is currently offline Joseph CarrollFriend
Messages: 174
Registered: May 2012
Location: Milwaukee, WI
Senior Member

Which version of eclipse are you running?
Re: How to find which feature contains org.eclipse.core.runtime? [message #906058 is a reply to message #906026] Fri, 31 August 2012 14:36 Go to previous messageGo to next message
Valerio Santinelli is currently offline Valerio SantinelliFriend
Messages: 39
Registered: January 2012
Member
Eclipse IDE for Java Developers

Version: Juno Release
Build id: 20120614-1722

Re: How to find which feature contains org.eclipse.core.runtime? [message #906065 is a reply to message #906058] Fri, 31 August 2012 14:49 Go to previous messageGo to next message
Joseph Carroll is currently offline Joseph CarrollFriend
Messages: 174
Registered: May 2012
Location: Milwaukee, WI
Senior Member

In your product configuration add:
org.eclipse.e4.rcp
And then click the add required which should add an emf and ecore bundle. Verify you have all required dependencies by clicking the verify button in the upper right. And then click the Launch Eclipse Application from the Overview page.

Take a look at:
http://www.vogella.com/articles/EclipseRCP/article.html#plugin_dependencies
- and -
http://www.vogella.com/articles/EclipseTargetPlatform/article.html


JD
Re: How to find which feature contains org.eclipse.core.runtime? [message #906076 is a reply to message #906065] Fri, 31 August 2012 15:10 Go to previous messageGo to next message
Valerio Santinelli is currently offline Valerio SantinelliFriend
Messages: 39
Registered: January 2012
Member
I cannot add org.eclipse.e4.rcp as it's not even listed in the features I can add. I think this goes back to the fact that I can't find that feature in my Eclipse.

I tried installing Eclipse 4.2 from scratch but I'm having the same issue. I'm running it under Mac OS X if it is of any help to you. I'm kind of lost at the moment.
Re: How to find which feature contains org.eclipse.core.runtime? [message #906096 is a reply to message #906076] Fri, 31 August 2012 15:57 Go to previous message
Valerio Santinelli is currently offline Valerio SantinelliFriend
Messages: 39
Registered: January 2012
Member
Adding a new Target Platform and adding features there by hand kind of helped in letting Eclipse find the e4.rcp feature.. Now all of the features in my product have no red crosses, which is nice.
But still.. when trying to export I'm getting the following error:


Processing inclusion from feature org.eclipse.equinox.p2.core.feature: Bundle org.eclipse.ecf_3.1.300.v20120608-0148 failed to resolve.:
Unsatisfied import package org.eclipse.equinox.concurrent.future_1.0.0.
Previous Topic:Common Navigator PluginTransfer DND
Next Topic:Package Explorer Label Decorator Missing
Goto Forum:
  


Current Time: Fri Apr 19 16:02:01 GMT 2024

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

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

Back to the top