Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Using preferences to control external: manifest entries
Using preferences to control external: manifest entries [message #97267] Thu, 13 September 2007 01:39 Go to next message
Eclipse UserFriend
Originally posted by: seterajunk.charter.net

I'm trying to find a way to use Eclipse preferences to control variable
substitution of external: bundle manifest entries. Is there any
(relatively easy) way to do this? I can't seem to find any way to
dynamically update the FrameworkProperties that are driving the variable
substitution. I don't really want to require users to alter any files
or the environment by hand. If there isn't any way to do this using
external:, are there any other options for referencing 3rd party
libraries on the classpath?

Thanks,
Craig
Re: Using preferences to control external: manifest entries [message #97770 is a reply to message #97267] Wed, 19 September 2007 21:25 Go to previous message
Thomas Watson is currently offline Thomas WatsonFriend
Messages: 503
Registered: July 2009
Senior Member
Craig Setera wrote:
> I'm trying to find a way to use Eclipse preferences to control variable
> substitution of external: bundle manifest entries. Is there any
> (relatively easy) way to do this? I can't seem to find any way to
> dynamically update the FrameworkProperties that are driving the variable
> substitution. I don't really want to require users to alter any files
> or the environment by hand.
The external: substitution is done way down low in the core framework.
We cannot depend on any thing external to the framework to perform
variable substitutions like eclipse preferences, config admin, etc.

>If there isn't any way to do this using
> external:, are there any other options for referencing 3rd party
> libraries on the classpath?
>
Placing the 3rd party jar directly in the bundle is always a much better
option than depending on external files which are not managed.

Tom.
Previous Topic:service.ranking and ServiceTracker
Next Topic:How can a bundle update itself?
Goto Forum:
  


Current Time: Fri Apr 26 05:41:21 GMT 2024

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

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

Back to the top