Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Dropins, target platform and features
Dropins, target platform and features [message #557393] Tue, 07 September 2010 09:00 Go to next message
Daniel Krügler is currently offline Daniel KrüglerFriend
Messages: 853
Registered: July 2009
Senior Member
The dropin folder is a very useful feature to add functionality to
the Eclipse IDE without need to modify the Eclipse installation
directly. It is possible to add a simple link file to the dropin
folder that points to another directory containing plugins and features.

The plugins provided this way are available during the work with Eclipse
and even when starting RCP applications, which is fine.

But I notice now, that any *features* that I provided by this
approach are *not* available when e.g. attempting to add referenced
features to a feature.xml.

I'm using Eclipse 3.5.2 and wonder whether this is a known defect
or not? While trying to understand the root of the problems it seems
as if the actual target platform of a workspace is only composed by
*plugins*, and no features, which gives a first hint why there is
something going wrong. So, let me ask my question differently:

Why are features not also components of the target platform?

If that is no good idea: How can I make the features available
within Eclipse that are contributed by dropins?

Thanks for your help,

Daniel Krügler
Re: Dropins, target platform and features [message #557633 is a reply to message #557393] Wed, 08 September 2010 11:52 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

You should open a bug at
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Equinox& amp;component=p2

I know dropins is a best effort/non-core only directory. But in theory
it should have installed the features when installing the plugins (maybe :-)

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Previous Topic:findViewReference returning null
Next Topic:Calling a .launch from a java application
Goto Forum:
  


Current Time: Fri Apr 26 13:31:30 GMT 2024

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

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

Back to the top