Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » osgi hook bundle fragment when install location is read-only
osgi hook bundle fragment when install location is read-only [message #121539] Tue, 25 November 2008 18:48
Andrew Eisenberg is currently offline Andrew EisenbergFriend
Messages: 382
Registered: July 2009
Senior Member
Hi,

I have a P2 installer that installs (among other things) an osgi hook
fragment. Typically, in order for the hook to be properly installed, the
hook fragment and the org.eclipse.osgi bundle must be in the same
directory.

However, this is a problem if your osgi system bundle is installed in a
read only location.

My understanding is that I can get around this problem by adding the
following lines to the config.ini:

osgi.frameworkClassPath=
file\:<path to read-only org.eclise.osgi bundle>,
file\:<path to hook bundle>

How can I get this to be automatically added by the P2 installer? What
instructions must I add to P2.inf?

thanks,
--a
Previous Topic:Generating pack200 and compressed artifact/content list
Next Topic:Creating a p2 based product is very slow.
Goto Forum:
  


Current Time: Tue Mar 19 07:32:26 GMT 2024

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

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

Back to the top