-
Does this provide a means of wrapping jars that can then be used in a build? In my target file I have
This seems to give me the wrapped jar. How then are they referred to and how is the jar added to the runtime classpath? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Most probably your jar is missing some dependencies, the default wrapping adds everything as optional. If you want to see whats the result of the whole thing, tick the "show location content" checkbox in the target editor. |
Beta Was this translation helpful? Give feedback.
Most probably your jar is missing some dependencies, the default wrapping adds everything as optional.
By the way, if it is really "yours" as indicated by the
org.mine
you should consider adding OSGi metadata in the first place.If you want to see whats the result of the whole thing, tick the "show location content" checkbox in the target editor.