Re: Maven bundle plugin and DynamicImport-Package

2011-07-13 Thread Alasdair Nottingham
How does exporting a package help? I don't have the package in my bundle, so that doesn't make sense to me. Alasdair On 12 July 2011 15:28, Peter Kriens peter.kri...@aqute.biz wrote: As you're VERY closely tied to the spec package I would just export the package ... Kind regards,

Re: Maven bundle plugin and DynamicImport-Package

2011-07-12 Thread Peter Kriens
Doesn't optional then work better (if you know the packages)? Kind regards, Peter Kriens On 7 jul 2011, at 20:00, Alasdair Nottingham wrote: Hi, I have just created a bundle that does a DynamicImport-Package. Is it possible to get the Maven bundle plugin to generate the package

Re: Maven bundle plugin and DynamicImport-Package

2011-07-12 Thread Alasdair Nottingham
No it doesn't. I'm taking advantage of the deferred resolution behaviour of DynamicImport-Package rather than the up front resolution. My scenario is that I have a bundle that registers the OSGi MBeans as services. I want to register the framework mbeans, but defer registration of the ConfigAdmin

Re: Maven bundle plugin and DynamicImport-Package

2011-07-12 Thread Peter Kriens
As you're VERY closely tied to the spec package I would just export the package ... Kind regards, Peter Kriens On 12 jul 2011, at 11:21, Alasdair Nottingham wrote: No it doesn't. I'm taking advantage of the deferred resolution behaviour of DynamicImport-Package rather than the up

Maven bundle plugin and DynamicImport-Package

2011-07-07 Thread Alasdair Nottingham
Hi, I have just created a bundle that does a DynamicImport-Package. Is it possible to get the Maven bundle plugin to generate the package version range in the same way it does for normal Import-Package statements? Thanks Alasdair -- Alasdair Nottingham n...@apache.org

RE: Maven-bundle-plugin and DynamicImport-Package support?

2007-07-31 Thread Craig L. Ching
com.mqsoftware.test.A.impl exported correctly). Cheers, Craig -Original Message- From: Craig L. Ching [mailto:[EMAIL PROTECTED] Sent: Tue 7/31/2007 2:25 PM To: users@felix.apache.org; users@felix.apache.org Subject: RE: Maven-bundle-plugin and DynamicImport-Package support? Well, I'm not sure