Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Specify bundles to install in 3.3RC3
Specify bundles to install in 3.3RC3 [message #89943] Thu, 07 June 2007 09:15 Go to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
I'd like to develop web applications with Jetty as an OSGi HTTP service. I
provide my Servlet in a bundle and contribute it via plugin.xml. When I
create an OSGi launch configuration I select my bundle and click on "Add
required bundles". That results in 20 selected bundles out of 200. But
when I start the launch config and list the bundles in the console (via ss
command) I see 167 bundles installed, bundles like swt, rcp and ide among
them.

I don't see a way to correctly specify the bundles to install. Formerly
that was possible, I did that many times. Do I miss something?

Cheers
/Eike


Re: Specify bundles to install in 3.3RC3 [message #90003 is a reply to message #89943] Thu, 07 June 2007 19:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: alex_blewitt.yahoo.com

If you add 'org.eclipse.update.configurator' it will scan-and-install all bundles in the plugins/ directory. You can get away without this by changing your 'target platform' to be just those set of running bundles if you want.

It shouldn't be an issue in your servlet, because you won't have those plugins in place.

Alex.
Re: Specify bundles to install in 3.3RC3 [message #90033 is a reply to message #90003] Thu, 07 June 2007 20:05 Go to previous message
Eclipse UserFriend
Originally posted by: stepper.sympedia.de

Alex,

Thank you, the target platform solution works fine.

Cheers
/Eike

Alex Blewitt schrieb:
> If you add 'org.eclipse.update.configurator' it will scan-and-install all bundles in the plugins/ directory. You can get away without this by changing your 'target platform' to be just those set of running bundles if you want.
>
> It shouldn't be an issue in your servlet, because you won't have those plugins in place.
>
> Alex.
Previous Topic:OSGi & DS questions
Next Topic:Initial Provisioning service
Goto Forum:
  


Current Time: Wed Apr 24 19:30:46 GMT 2024

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

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

Back to the top