Skip to main content



      Home
Home » Eclipse Projects » Equinox » "dropins" folder in RCP application
"dropins" folder in RCP application [message #130007] Tue, 28 April 2009 18:18 Go to next message
Eclipse UserFriend
Reposting this from eclipse.platform.rcp, maybe someone here knows more:

I'm looking for a simple way to deploy (optional) OSGi bundles in an RCP
application.

The only way I can get bundles to start right now is to copy them into the
plugins folder, and either have another plugin require them, list them in
the config.ini file, or start them via an OSGi console.

Instead I'd like to use the p2 "dropins" folder mechanism, but I haven't
found clear instructions how to enable that in an RCP application
(currently based on 3.5M6) -- assuming it's even possible.
Re: "dropins" folder in RCP application [message #131313 is a reply to message #130007] Fri, 15 May 2009 15:02 Go to previous messageGo to next message
Eclipse UserFriend
Eric Jain wrote:
> [...] I'd like to use the p2 "dropins" folder mechanism, but I haven't
> found clear instructions how to enable that in an RCP application
> (currently based on 3.5M6) -- assuming it's even possible.

Managed to get that to work, meanwhile, by including a large number of
org.eclipse.equinox.p2.* bundles... However there is still the issue that
bundles dropped there are not started (they just appear as RESOLVED) until
I start them manually (e.g. via the OSGi console). Is this supposed to be
this way, and if so, is there a way to have dropin bundles started
automatically?
Re: "dropins" folder in RCP application [message #556151 is a reply to message #131313] Tue, 31 August 2010 02:40 Go to previous messageGo to next message
Eclipse UserFriend
Hey Eric,

Even I am stuck in a similar situation currently. I would like to have a dropins folder for my RCP. But they are never started.

Could you please tell me how did you get the dropped plugins included in the RCP. And I am using eclipse helios for development.

Thanks in advance for help

Best Regards,
Murthy
Re: "dropins" folder in RCP application [message #556169 is a reply to message #556151] Tue, 31 August 2010 04:15 Go to previous messageGo to next message
Eclipse UserFriend
Hello,

I think i found the solution.I had missed out to add 'org.eclipse.equinox.ds'. Added the plugin and made some changes in the configuration and it worked.

Referred below for info:
http://www.eclipse.org/forums/index.php?t=msg&th=171233& amp;start=0&S=5bc3592cce35c5122bbc3e97f80cf6f4


Thanks,
Murthy
Re: "dropins" folder in RCP application [message #803090 is a reply to message #556169] Mon, 20 February 2012 18:00 Go to previous message
Eclipse UserFriend
Hi,

Is this working for eclipse 3.5.

regards
kavitha
Previous Topic:p2 update mechanism broken after migrating to Helios
Next Topic:Making p2 more end user friendly
Goto Forum:
  


Current Time: Tue Jul 01 14:54:20 EDT 2025

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

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

Back to the top