Re: Creating bundles for non OSGi third party dependencies

2019-08-14 Thread duan2ping DL•
m (parent of the bundles). > > By the way, did you see the wrap protocol to create OSGi bundle "on the > fly" at runtime: > > bundle:install wrap:mvn:... > > Regards > JB > > On 14/08/2019 09:43, duan2ping DL• wrote: > > Hi! > > > > I am try

Re: Creating bundles for non OSGi third party dependencies

2019-08-14 Thread Jean-Baptiste Onofré
the wrap protocol to create OSGi bundle "on the fly" at runtime: bundle:install wrap:mvn:... Regards JB On 14/08/2019 09:43, duan2ping DL• wrote: > Hi! > > I am trying to Creating bundles for non OSGi third party dependencies, > Found a problem with the example.Pom file

Creating bundles for non OSGi third party dependencies

2019-08-14 Thread duan2ping DL•
Hi! I am trying to Creating bundles for non OSGi third party dependencies, Found a problem with the example.Pom file missing tag. After adding, the build also fails. karaf document : http://karaf.apache.org/manual/latest/#_statically_bundling_jars I saw that Servicemix-Bundles also uses