Re: Regarding WicketStuff projects deliverables as OSGI bundles

2015-10-16 Thread Rakesh A
Wicket deliverables are bundles, but WicketStuff project deliverables are plain JARs. I'd like to have WicketStuff JARs as bundles as well. Regards, Rakesh.A -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Regarding-WicketStuff-projects-deliverables-as-OSGI-bundles-tp

Re: Regarding WicketStuff projects deliverables as OSGI bundles

2015-10-16 Thread Christoph Läubrich
By default, the bundle-plugin computes all import/export directives automatically. In Wicket 6 (at least 6.14) already contained OSGi headers so was this removed in later versions? Am 16.10.2015 06:06, schrieb Rakesh A: Hi, Yes, we might've to add some (import, export package) configuration;

Re: Regarding WicketStuff projects deliverables as OSGI bundles

2015-10-15 Thread Rakesh A
Hi, Yes, we might've to add some (import, export package) configuration; by adding maven-bundle-plugin, I tested only, whether manifest contains OSGI specific info or not. I'll try to come up with a patch. Regards, Rakesh.A -- View this message in context: http://apache-wicket.1842946.n4.nabb

Re: Regarding WicketStuff projects deliverables as OSGI bundles

2015-10-15 Thread Martin Grigorov
Hi, We would gladly accept Pull Requests! But are you sure that just adding the plugin is enough? I think you also have to add some Import-Package, Export-Package, ... directives. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Oct 15, 2015 at 5:32 PM, Rakes