You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Rakesh A <ia...@rediffmail.com> on 2015/10/15 17:32:38 UTC

Regarding WicketStuff projects deliverables as OSGI bundles

Hi,

All WicketStuff project deliverables are plain JARs, is there any
possibility to have them as OSGI bundles?

I tried using 'maven-bundle-plugin' plugin, on one of the projects, and was
able to build OSGI bundles.

Is it a possibility to have these POM files changed with above plugin
configured.

Regards,
Rakesh.A

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/Regarding-WicketStuff-projects-deliverables-as-OSGI-bundles-tp4672250.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Regarding WicketStuff projects deliverables as OSGI bundles

Posted by Rakesh A <ia...@rediffmail.com>.
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-tp4672250p4672259.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Regarding WicketStuff projects deliverables as OSGI bundles

Posted by Christoph Läubrich <la...@googlemail.com>.
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; 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.nabble.com/Regarding-WicketStuff-projects-deliverables-as-OSGI-bundles-tp4672250p4672255.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>    


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Regarding WicketStuff projects deliverables as OSGI bundles

Posted by Rakesh A <ia...@rediffmail.com>.
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.nabble.com/Regarding-WicketStuff-projects-deliverables-as-OSGI-bundles-tp4672250p4672255.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Regarding WicketStuff projects deliverables as OSGI bundles

Posted by Martin Grigorov <mg...@apache.org>.
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, Rakesh A <ia...@rediffmail.com>
wrote:

> Hi,
>
> All WicketStuff project deliverables are plain JARs, is there any
> possibility to have them as OSGI bundles?
>
> I tried using 'maven-bundle-plugin' plugin, on one of the projects, and was
> able to build OSGI bundles.
>
> Is it a possibility to have these POM files changed with above plugin
> configured.
>
> Regards,
> Rakesh.A
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Regarding-WicketStuff-projects-deliverables-as-OSGI-bundles-tp4672250.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>