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 the actual value

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.obr

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'll need to

[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] 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

[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

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: 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

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

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

[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

[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