Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » regarding plugin loading
regarding plugin loading [message #45771] Mon, 04 October 2004 13:50 Go to next message
Eclipse UserFriend
Originally posted by: emildoteinarssonat.solmedotsenospam.se

Dear Equinox readers and developers.

I'm sorry if I ask a question that has been answered previously. I did
ask this previously in the e.p.rcp newsgroup.

I am currently integrating a licensing solution into our RCP-app, and I
have run into some trouble.

I cannot get 'rid' of workbench contributions that originate in a plugin
that's not started. It seems that all plugin.xml's are read and all
delegates get created regardless if the plugin is started or not.

How can I make the platform not create the delegates? Is there another
approach that I can use?

Thank you all in advance,
kind regards,
Emil E Hedin
Re: regarding plugin loading [message #45800 is a reply to message #45771] Mon, 04 October 2004 23:15 Go to previous message
Eclipse UserFriend
Originally posted by: pascal.ibm.canada

Plugin.xml's of all resolved plugins are read on startup and the UI
constructed from that.
If the workbench UI was supporting dynamic removal (which is not the
case in 3.0) doing what you want would consists in dynamically
uninstalling the plugins. For now, what you can do is only install the
licensing plug-in first and then install the other plugins only if
activation suceeded.
Befire that I encourage you to look at eclipse 3.0.1 which has some
fixes in that space.

PaScaL

Emil Einarsson wrote:
> Dear Equinox readers and developers.
>
> I'm sorry if I ask a question that has been answered previously. I did
> ask this previously in the e.p.rcp newsgroup.
>
> I am currently integrating a licensing solution into our RCP-app, and I
> have run into some trouble.
>
> I cannot get 'rid' of workbench contributions that originate in a plugin
> that's not started. It seems that all plugin.xml's are read and all
> delegates get created regardless if the plugin is started or not.
>
> How can I make the platform not create the delegates? Is there another
> approach that I can use?
>
> Thank you all in advance,
> kind regards,
> Emil E Hedin
Previous Topic:extending the osgi framework
Next Topic:narrowing problem in my plugin using jmx
Goto Forum:
  


Current Time: Tue Jan 28 14:53:15 GMT 2025

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

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

Back to the top