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 #594445] 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.
 
Read Message
Previous Topic:Optional plugins inside a feature?
Next Topic:Plugin build and listing dependencies
Goto Forum:
  


Current Time: Tue Apr 23 14:26:21 GMT 2024

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

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

Back to the top