Hi all,
when calling
aQute.bnd.build.Container#getBundleSymbolicName
it returns the .jar for workspace project bundles. Is that by intention and can you explain why?
Thank you,
Mark
Hi all,
when calling
aQute.bnd.build.Container#getBundleSymbolicName
it returns the .jar for workspace project bundles. Is that by intention and can you explain why?
Thank you,
Mark
Bnd generally assumes the bsn and the bundle name match. This is the default. Several Container
constructors assume this. But Project
will generally use the Container
constructor which takes a bsn arg.