You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@felix.apache.org by Patrick Shea <pa...@ps1.net> on 2008/09/17 21:25:02 UTC

Repackaging a maven artifact as an osgi bundle?

I used to be able to add the following and re-deploy an artifact as an osgi bundle but it doesn't seems to work anymore.

-split-package:=merge-first

Is there a new way to repackage an existing jar into a bundle and redeploy it?

Thanks
Patrick


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


Re: Repackaging a maven artifact as an osgi bundle?

Posted by Stuart McCulloch <mc...@gmail.com>.
2008/9/18 Patrick Shea <pa...@ps1.net>

> I used to be able to add the following and re-deploy an artifact as an osgi
> bundle but it doesn't seems to work anymore.
>
> -split-package:=merge-first
>
> Is there a new way to repackage an existing jar into a bundle and redeploy
> it?
>

I'm confused because that attribute is purely about merging separate
sources of split packages into a single package - so not all third-party
artifacts would need this, and it's only part of the process in wrapping
a legacy library up as a bundle.

So wrt. it not working anymore - what exception/error do you see and
could you provide the pom / BND instructions that show the problem?


> Thanks
> Patrick
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@felix.apache.org
> For additional commands, e-mail: users-help@felix.apache.org
>

-- 
Cheers, Stuart