Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » P2 » Dropins feature not working in Helios !
Dropins feature not working in Helios ! [message #571518] Thu, 26 August 2010 06:07 Go to next message
Murthy Bhat is currently offline Murthy BhatFriend
Messages: 159
Registered: July 2009
Senior Member
Hello,

I have created an RCP product in Helios and have exported it. I have created the dropins folder in my install location via p2.inf like instructions.configure=\
mkdir(path:${installFolder}/dropins);

I have all p2 plugins as dependencies and 'org.eclipse.equinox.p2.reconciler.dropins' in the Configurations, Plugins, tab of the Product, with default start level and Autostart=true.

I am still unable to produce the 'dropins' effect. Could anyone please help find what I am missing out here ?

Regards,
Murthy
Re: Dropins feature not working in Helios RCP [message #576094 is a reply to message #571518] Tue, 31 August 2010 08:30 Go to previous message
Murthy Bhat is currently offline Murthy BhatFriend
Messages: 159
Registered: July 2009
Senior Member
Hi,

I figured out a solution for getting through the dropins implementation working. I had to add 'org.eclipse.equinox.ds' in my product dependencies and have a configuration as below

<configurations>
<plugin id="org.eclipse.equinox.p2.reconciler.dropins" autoStart="false" startLevel="6" />
<plugin id="org.eclipse.equinox.p2.reconciler.dropins" autoStart="true" startLevel="5" />
<plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
<plugin id="org.eclipse.equinox.common" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.equinox.ds" autoStart="true" startLevel="2" />
<plugin id="org.eclipse.equinox.simpleconfigurator" autoStart="true" startLevel="1" />
</configurations>

Regards,
Murthy
Previous Topic:Multiple updatesites
Next Topic:Multiple Dropins folders for RCP application
Goto Forum:
  


Current Time: Thu Apr 25 11:16:41 GMT 2024

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

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

Back to the top