Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Resolving nested plugin dependencies?
Resolving nested plugin dependencies? [message #550718] Wed, 04 August 2010 08:18
bob is currently offline bobFriend
Messages: 60
Registered: July 2009
Member
Assume that a PDE OSGI bundle A have dependencies on two libraries D1 and
D2.

I then create another PDE OSGI bundle B which has a dependency on bundle A.

In bundle B I create a class which imports a class from dependency D1 but I
can only do this if I explicitly add D1 as a dependency for bundle B even
though its a dependency for bundle A.

Are these kind of nested dependencies not inherited in child bundles?

I have tried to "export" the D1 and D2 libraries in bundle A but I can only
export the packages implemented in bundle A.
Previous Topic:Editor Tab
Next Topic:Resolving nested plugin dependencies?
Goto Forum:
  


Current Time: Thu Mar 28 22:24:25 GMT 2024

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

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

Back to the top