[jira] Resolved: (FELIX-412) Possible problem with Manifest parser if Native libs for running platform not declared

2007-10-26 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall resolved FELIX-412. --- Resolution: Fixed Assignee: Richard S. Hall Actually, Rob I think this is an area of dif

Re: Possible Felix bacwards compatibility issue

2007-10-26 Thread Rob Walker
Cheers - have done this. Have a great weekend! - Rob Richard S. Hall wrote: I agree that it sounds like an issue...create a JIRA issue against the framework and I will try to look into it. -> richard Rob Walker wrote: We have a bundle that includes native code. The native code is only needed

[jira] Created: (FELIX-412) Possible problem with Manifest parser if Native libs for running platform not declared

2007-10-26 Thread Rob Walker (JIRA)
Possible problem with Manifest parser if Native libs for running platform not declared -- Key: FELIX-412 URL: https://issues.apache.org/jira/browse/FELIX-412 Project:

Re: Possible Felix bacwards compatibility issue

2007-10-26 Thread Richard S. Hall
I agree that it sounds like an issue...create a JIRA issue against the framework and I will try to look into it. -> richard Rob Walker wrote: We have a bundle that includes native code. The native code is only needed/used on some platforms, and hence the manifest doesn't list every platform u

Re: Release maven-bundle-plugin ?

2007-10-26 Thread Carlos Sanchez
I'm working on getting the maven libs released On 10/26/07, Stuart McCulloch <[EMAIL PROTECTED]> wrote: > On 26/10/2007, Karl Pauls <[EMAIL PROTECTED]> wrote: > > > > This is up to Stuart. As far as I can see we are still in a bit of > > unstable state but I looks like we should be ready soonish.

Re: Maven-bundle-plugin, import-package header and java.*/javax.* packages

2007-10-26 Thread Damien Lecan
> however, I'm surprised you have java.* packages appearing in your > Import-Package > because the Bnd tool has an explicit section of code where these should be > removed Well, you're right, I only have imports with javax.* packages, and never with java.* packages :-) Thanks for explanations Da

Possible Felix bacwards compatibility issue

2007-10-26 Thread Rob Walker
We have a bundle that includes native code. The native code is only needed/used on some platforms, and hence the manifest doesn't list every platform used e.g. Bundle-NativeCode: /platlib.dll; osname=Windows NT; osname=Windows 2000; osname=Windows 2003; osname=Windows XP; processor=x86,

Re: Release maven-bundle-plugin ?

2007-10-26 Thread Richard S. Hall
FYI, Damien, the mailing address you are using is not the one to which you are subscribed to the list, so we are having to moderate all of your messages. If you want to keep using this mailing address, perhaps you should change your subscription. Thanks. -> richard Damien Lecan wrote: 2007/

[jira] Closed: (FELIX-411) Preferences service throws ClassCastException

2007-10-26 Thread Angelo van der Sijpt (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Angelo van der Sijpt closed FELIX-411. -- Works like a charm. Thanks! Angelo > Preferences service throws ClassCastException > -

Re: Maven-bundle-plugin, import-package header and java.*/javax.* packages

2007-10-26 Thread Stuart McCulloch
On 26/10/2007, Damien Lecan <[EMAIL PROTECTED]> wrote: > > Hello, > > I'm using maven-bundle-plugin to embed non osgi dependencies in my > applications. > > Some times, java.* or javax.* packages appear in import-package, > depending on the embedded dependency. > > Theses imported packages are the

[jira] Resolved: (FELIX-411) Preferences service throws ClassCastException

2007-10-26 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved FELIX-411. Resolution: Fixed Your proposed changed is correct. I just committed a fix, please check if

[jira] Assigned: (FELIX-411) Preferences service throws ClassCastException

2007-10-26 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned FELIX-411: -- Assignee: Carsten Ziegeler > Preferences service throws ClassCastException > ---

[jira] Closed: (FELIX-410) Add support for zipped repository files

2007-10-26 Thread Bart Elen (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bart Elen closed FELIX-410. --- Fixed > Add support for zipped repository files > --- > > Key

[jira] Commented: (FELIX-410) Add support for zipped repository files

2007-10-26 Thread Bart Elen (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537943 ] Bart Elen commented on FELIX-410: - I have tested the new version of the bundlerepository and zipped manifest files ar

Maven-bundle-plugin, import-package header and java.*/javax.* packages

2007-10-26 Thread Damien Lecan
Hello, I'm using maven-bundle-plugin to embed non osgi dependencies in my applications. Some times, java.* or javax.* packages appear in import-package, depending on the embedded dependency. Theses imported packages are the JDK 1.6 I'm using to compile, so I don't understand why they appear as i

Re: Release maven-bundle-plugin ?

2007-10-26 Thread Karl Pauls
On 10/26/07, Damien Lecan <[EMAIL PROTECTED]> wrote: > 2007/10/26, Stuart McCulloch <[EMAIL PROTECTED]>: > > On 26/10/2007, Karl Pauls <[EMAIL PROTECTED]> wrote: > > > > > > This is up to Stuart. As far as I can see we are still in a bit of > > > unstable state but I looks like we should be ready s

Re: Release maven-bundle-plugin ?

2007-10-26 Thread Damien Lecan
2007/10/26, Stuart McCulloch <[EMAIL PROTECTED]>: > On 26/10/2007, Karl Pauls <[EMAIL PROTECTED]> wrote: > > > > This is up to Stuart. As far as I can see we are still in a bit of > > unstable state but I looks like we should be ready soonish. > yes - before we can do a new release, we'll need to s

Re: Release maven-bundle-plugin ?

2007-10-26 Thread Stuart McCulloch
On 26/10/2007, Karl Pauls <[EMAIL PROTECTED]> wrote: > > On 10/26/07, Stuart McCulloch <[EMAIL PROTECTED]> wrote: > > On 26/10/2007, Karl Pauls <[EMAIL PROTECTED]> wrote: > > > > > > This is up to Stuart. As far as I can see we are still in a bit of > > > unstable state but I looks like we should b

Re: Release maven-bundle-plugin ?

2007-10-26 Thread Karl Pauls
On 10/26/07, Stuart McCulloch <[EMAIL PROTECTED]> wrote: > On 26/10/2007, Karl Pauls <[EMAIL PROTECTED]> wrote: > > > > This is up to Stuart. As far as I can see we are still in a bit of > > unstable state but I looks like we should be ready soonish. > > > yes - before we can do a new release, we'l

Re: Release maven-bundle-plugin ?

2007-10-26 Thread Stuart McCulloch
On 26/10/2007, Karl Pauls <[EMAIL PROTECTED]> wrote: > > This is up to Stuart. As far as I can see we are still in a bit of > unstable state but I looks like we should be ready soonish. yes - before we can do a new release, we'll need to stage and release the following: org.osgi.service.

Re: Release maven-bundle-plugin ?

2007-10-26 Thread Karl Pauls
This is up to Stuart. As far as I can see we are still in a bit of unstable state but I looks like we should be ready soonish. regards, Karl On 10/26/07, Damien Lecan <[EMAIL PROTECTED]> wrote: > Hello, > > A lot of enhancements have been added to maven-bundle-plugin since 1.0.0. > > Would it be

Release maven-bundle-plugin ?

2007-10-26 Thread Damien Lecan
Hello, A lot of enhancements have been added to maven-bundle-plugin since 1.0.0. Would it be possible to release a new version of it ? Thanks Damien Lecan

Re: Better error message needed...

2007-10-26 Thread Stuart McCulloch
On 26/10/2007, Stuart McCulloch <[EMAIL PROTECTED]> wrote: > > On 26/10/2007, Niclas Hedhman <[EMAIL PROTECTED]> wrote: > > > > > > The "unknown error occurred" message is very vague, and it turned out to > > be > > that I had a > >Export-Package: org.hedhman.niclas; version= > > > > without th

Re: Better error message needed...

2007-10-26 Thread Stuart McCulloch
On 26/10/2007, Stuart McCulloch <[EMAIL PROTECTED]> wrote: > > On 26/10/2007, Niclas Hedhman <[EMAIL PROTECTED]> wrote: > > > > > > The "unknown error occurred" message is very vague, and it turned out to > > be > > that I had a > >Export-Package: org.hedhman.niclas; version= > > > > without th

Re: Better error message needed...

2007-10-26 Thread Stuart McCulloch
On 26/10/2007, Niclas Hedhman <[EMAIL PROTECTED]> wrote: > > > The "unknown error occurred" message is very vague, and it turned out to > be > that I had a >Export-Package: org.hedhman.niclas; version= > > without the actual value following "version". > > IMHO, this could be captured a bit bett