|
Page Edited :
FELIX :
Apache Felix Bundle Plugin FAQ
Apache Felix Bundle Plugin FAQ has been edited by Richard S. Hall (Sep 17, 2008). Content:Apache Felix Bundle Plugin Frequently Asked QuestionsWhen I embed a dependency why do I see duplicated content?Having two copies of classes, both unpacked and embedded as jars, is a sign that your Embed-Dependency and Export-Package instructions are overlapping. Export-Package tells BND to pull in classes found in the named packages from the build classpath and add them to the bundle, Embed-Dependency tells BND to embed (or inline if enabled) whole artifacts in the bundle. so say I have: Export-Package: org.objectweb.asm.* and I have the asm artifact as a compile scope dependency, then I would see the org.objectweb.asm classes unpacked in the bundle, ie. pulled in by BND.
|
Unsubscribe or edit your notifications preferences
