Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Optional plugins inside a feature?
Optional plugins inside a feature? [message #53117] Wed, 01 April 2009 17:24
Chris Williams is currently offline Chris WilliamsFriend
Messages: 29
Registered: July 2009
Junior Member
We have a large number of interoperating features. Sometimes we want to
add better integration between two or more of them if the user has
both/all. An example: We have a feature containing database tools, and a
feature for a specific web framework. Ideally we'd like to allow the user
to install the web framework feature without requiring the database
feature. But if they have both installed, then we'd like to have a plugin
in the web framework feature that depends on the database feature's
plugins and uses some extension points, etc.

Is there a clean way of doing this? The best I can come with as a starter
is to make the integration plugin require the database plugins using
optional dependencies, and then the dependency is only at build time
between the two. But I'm not sure if the integration plugin would then
automatically "turn on" when the DB plugin is there. Or what it'd behave
like when it isn't.
Previous Topic:Setting the right editor title for the workbench
Next Topic:Optional plugins inside a feature?
Goto Forum:
  


Current Time: Thu Apr 18 16:12:15 GMT 2024

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

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

Back to the top