Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » OSGI Bundle Build failure only when exporting for deployment
OSGI Bundle Build failure only when exporting for deployment [message #598554] Thu, 25 June 2009 06:29
bank kus is currently offline bank kusFriend
Messages: 13
Registered: July 2009
Junior Member
I have a plain vanilla OSGI bundle with a bunch of import-packages on
other packages. The dependencies are fairly simple:

Bundle D
|________ import package A[1.0.0, 2.0.0)
|________ import package B[2.0.0, 3.0.0)
|____________________ import package
X[3.0.0, 4.0.0)

|________ import package X[2.0.0, 3.0.0)

As you can see D directly uses X(2.0.0) and indirectly via B uses X(3.0.0)

All this is good, I can build locally and run the OSGI bundle. But when I
hit Export->Plug-in Development ->Deployable Plugins and Fragments it
complaints of a build error.

The build error shows that its trying to build Bundle D using X(3.0.0) and
not X(2.0.0)

Is this a known problem / should I file a bug or are there subtle details
that I m missing.

Regards
banks
Previous Topic:View source for plugins not in target platform
Next Topic:Dependencies leaking outside a bundle
Goto Forum:
  


Current Time: Thu Apr 25 21:28:17 GMT 2024

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

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

Back to the top