Re: [VOTE] Future of the maven-obr-plugin

2008-01-30 Thread Carsten Ziegeler
[x] +1 merge the bundle and OBR plugins and add OBR deploy to the 'bundle' lifecycle (a+b) Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

[jira] Resolved: (FELIX-462) Support removal of manifest headers added by the bundleplugin

2008-01-30 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch resolved FELIX-462. Resolution: Fixed Fixed in trunk Support removal of manifest headers added by the

Re: Deadlock in Felix

2008-01-30 Thread Felix Meschberger
Hi Niclas, The problem is (a) the generous synchronisation of Log4J and (b) locking used by stuff used for class loading. In our projects we regularly face issues between Log4J and our ClassLoader implementations synchronizing on ClassLoader.loadClass(). The deadlock occurrs because both parties

[jira] Created: (FELIX-476) Improve default Export-Package (used when no Export-Package and Private-Package is set)

2008-01-30 Thread Stuart McCulloch (JIRA)
Improve default Export-Package (used when no Export-Package and Private-Package is set) --- Key: FELIX-476 URL: https://issues.apache.org/jira/browse/FELIX-476

[jira] Resolved: (FELIX-476) Improve default Export-Package (used when no Export-Package and Private-Package is set)

2008-01-30 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch resolved FELIX-476. Resolution: Fixed Fixed in trunk, default Export-Package is now Bundle-SymbolicName.* with

[jira] Closed: (FELIX-413) OBR Repository cleaning goal

2008-01-30 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch closed FELIX-413. -- Clean goal is available in the 1.0.0 release of the maven-obr-plugin. OBR Repository cleaning

[jira] Closed: (FELIX-442) Add customized manifest entries from the project's maven-jar-plugin configuration to the final bundle

2008-01-30 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch closed FELIX-442. -- Add customized manifest entries from the project's maven-jar-plugin configuration to the final

[jira] Closed: (FELIX-449) Add option to limit the classpath passed to BND to just the local project (ie. target/classes)

2008-01-30 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch closed FELIX-449. -- Add option to limit the classpath passed to BND to just the local project (ie. target/classes)

[jira] Closed: (FELIX-436) Maven Bundle Plugin doesn't work in Eclipse (using a maven plugin for Eclipse)

2008-01-30 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch closed FELIX-436. -- Maven Bundle Plugin doesn't work in Eclipse (using a maven plugin for Eclipse)

[jira] Closed: (FELIX-417) MavenProject parameter is bypassed and field is used

2008-01-30 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch closed FELIX-417. -- MavenProject parameter is bypassed and field is used

[jira] Closed: (FELIX-219) Update maven-bundle-plugin to install bundles to a local OBR

2008-01-30 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch closed FELIX-219. -- Update maven-bundle-plugin to install bundles to a local OBR

[jira] Closed: (FELIX-75) Improve bundle activator detection in Maven OSGi plugin

2008-01-30 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch closed FELIX-75. - Resolution: Won't Fix Improve bundle activator detection in Maven OSGi plugin

[jira] Closed: (FELIX-360) Several problems with bundleall

2008-01-30 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch closed FELIX-360. -- Several problems with bundleall --- Key: FELIX-360

[jira] Closed: (FELIX-326) NPE in manifest goal

2008-01-30 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch closed FELIX-326. -- NPE in manifest goal Key: FELIX-326 URL:

[jira] Closed: (FELIX-402) manifest location not working in reactor build

2008-01-30 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch closed FELIX-402. -- manifest location not working in reactor build --

[jira] Closed: (FELIX-433) Bundle Plugin should optionally extract the bundel jar to target/classes

2008-01-30 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch closed FELIX-433. -- Bundle Plugin should optionally extract the bundel jar to target/classes

[jira] Closed: (FELIX-418) Version incorrectly converted

2008-01-30 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch closed FELIX-418. -- Version incorrectly converted - Key: FELIX-418

Re: [VOTE] Future of the maven-obr-plugin

2008-01-30 Thread Richard S. Hall
Stuart McCulloch wrote: [ ] +1 merge the bundle and OBR plugins and add OBR deploy to the 'bundle' lifecycle (a+b) [ ] 0 keep the plugins separate, but add the OBR deploy goal to the 'bundle' lifecycle (b only) [ ] -1 keep the bundle and OBR plugins separate and don't change the 'bundle'

RE: [VOTE] Future of the maven-obr-plugin

2008-01-30 Thread Clement Escoffier
+1 Maxime did it at the beginning of the maven-obr-plugin development and undid it after :-). We should allow to specify a different url for the deployment than the maven distribution repository too. Clement -Message d'origine- De : Richard S. Hall [mailto:[EMAIL PROTECTED] Envoyé :

[jira] Closed: (FELIX-452) Deployment Admin contribution

2008-01-30 Thread Marcel Offermans (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Offermans closed FELIX-452. -- Resolution: Fixed Committed revision 616813 to svn. Deployment Admin contribution

[jira] Updated: (FELIX-452) Deployment Admin contribution

2008-01-30 Thread Marcel Offermans (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Offermans updated FELIX-452: --- Component/s: Deployment Admin Associated this issue with the newly added Deployment Admin

[VOTE] Release eventadmin 1.0.0

2008-01-30 Thread Carsten Ziegeler
Hi, I've compiled the release candidate for our first official eventadmin release (1.0.0) and put it up here: http://people.apache.org/~cziegeler/releases/felix/eventadmin/ The KEYS file for verifying the signature is also in this directory. md5 and sha1 files are maven generated. So,

[VOTE] Release metatype 1.0.0

2008-01-30 Thread Carsten Ziegeler
Hi, I've compiled the release candidate for our first official metatype release (1.0.0) and put it up here: http://people.apache.org/~cziegeler/releases/felix/metatype/ The KEYS file for verifying the signature is also in this directory. md5 and sha1 files are maven generated. So, please

[VOTE] Release preferences 1.0.0

2008-01-30 Thread Carsten Ziegeler
Hi, I've compiled the release candidate for our first official preferences release (1.0.0) and put it up here: http://people.apache.org/~cziegeler/releases/felix/prefs/ The KEYS file for verifying the signature is also in this directory. md5 and sha1 files are maven generated. So, please

[VOTE] Release SCR 1.0.0

2008-01-30 Thread Carsten Ziegeler
Hi, I've compiled the release candidate for our first official SCR release (1.0.0) and put it up here: http://people.apache.org/~cziegeler/releases/felix/scr/ The KEYS file for verifying the signature is also in this directory. md5 and sha1 files are maven generated. So, please check the

[jira] Updated: (FELIX-470) FileInstall

2008-01-30 Thread Peter Kriens (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Kriens updated FELIX-470: --- Attachment: FileInstall.tar.gz ca78492731fd3613bf8d4935de024baa FileInstall.tar.gz FileInstall

[jira] Updated: (FELIX-470) FileInstall

2008-01-30 Thread Peter Kriens (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Kriens updated FELIX-470: --- Attachment: (was: biz.aQute.fileinstall.bnd) FileInstall --- Key:

[jira] Updated: (FELIX-470) FileInstall

2008-01-30 Thread Peter Kriens (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Kriens updated FELIX-470: --- Attachment: (was: FileInstall.java) FileInstall --- Key: FELIX-470

[jira] Updated: (FELIX-470) FileInstall

2008-01-30 Thread Peter Kriens (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Kriens updated FELIX-470: --- Attachment: (was: DirectoryWatcher.java) FileInstall --- Key:

[VOTE] Accept FileInstall contribution

2008-01-30 Thread Richard S. Hall
A little while back, Peter Kriens asked about contributing his FileInstall utility bundle. There was positive response at that time, but no official vote. The paperwork is all in place now for us to move forward, but we need to hold a vote to make sure that the community wants to accept the

Re: [VOTE] Accept FileInstall contribution

2008-01-30 Thread Stuart McCulloch
On 31/01/2008, Richard S. Hall [EMAIL PROTECTED] wrote: A little while back, Peter Kriens asked about contributing his FileInstall utility bundle. There was positive response at that time, but no official vote. The paperwork is all in place now for us to move forward, but we need to hold a

Re: [VOTE] Accept FileInstall contribution

2008-01-30 Thread Alex Karasulu
+1 On Jan 30, 2008 8:36 PM, Stuart McCulloch [EMAIL PROTECTED] wrote: On 31/01/2008, Richard S. Hall [EMAIL PROTECTED] wrote: A little while back, Peter Kriens asked about contributing his FileInstall utility bundle. There was positive response at that time, but no official vote. The

Re: [VOTE] Release configadmin 1.0.0

2008-01-30 Thread Alin Dreghiciu
+1 On Jan 31, 2008 3:56 AM, Carsten Ziegeler [EMAIL PROTECTED] wrote: Hi, I've compiled the release candidate for our first official configadmin release (1.0.0) and put it up here: http://people.apache.org/~cziegeler/releases/felix/configadmin/ The KEYS file for verifying the signature is

Re: [VOTE] Release SCR 1.0.0

2008-01-30 Thread Stuart McCulloch
On 31/01/2008, Carsten Ziegeler [EMAIL PROTECTED] wrote: Hi, I've compiled the release candidate for our first official SCR release (1.0.0) and put it up here: http://people.apache.org/~cziegeler/releases/felix/scr/ The KEYS file for verifying the signature is also in this directory. md5

Re: [VOTE] Release eventadmin 1.0.0

2008-01-30 Thread Stuart McCulloch
On 31/01/2008, Carsten Ziegeler [EMAIL PROTECTED] wrote: Hi, I've compiled the release candidate for our first official eventadmin release (1.0.0) and put it up here: http://people.apache.org/~cziegeler/releases/felix/eventadmin/ The KEYS file for verifying the signature is also in this

Re: [VOTE] Release preferences 1.0.0

2008-01-30 Thread Stuart McCulloch
On 31/01/2008, Carsten Ziegeler [EMAIL PROTECTED] wrote: Hi, I've compiled the release candidate for our first official preferences release (1.0.0) and put it up here: http://people.apache.org/~cziegeler/releases/felix/prefs/ The KEYS file for verifying the signature is also in this

[jira] Assigned: (FELIX-477) Versions with fourth section all numbers are truncated

2008-01-30 Thread Stuart McCulloch (JIRA)
: Carlos Sanchez Assignee: Stuart McCulloch If i set the pom version or the Bundle-Version directive to 1.1.0-200801301117 1.1.0.200801301117 1.1.0-20080130 1.1.0.20080130 the version in the manifest is truncated to 1.1.0 If version is 1.1.0-qualifier 1.1.0.qualifier

[jira] Commented: (FELIX-477) Versions with fourth section all numbers are truncated

2008-01-30 Thread Stuart McCulloch (JIRA)
1.1.0-20080130 1.1.0.20080130 the version in the manifest is truncated to 1.1.0 If version is 1.1.0-qualifier 1.1.0.qualifier then it's not truncated -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Assigned: (FELIX-459) BND: allow customization of the uses clause in the generated Export-Package

2008-01-30 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch reassigned FELIX-459: -- Assignee: Stuart McCulloch BND: allow customization of the uses clause in the

[jira] Updated: (FELIX-477) BND: Versions with fourth section all numbers are truncated

2008-01-30 Thread Stuart McCulloch (JIRA)
1.1.0-20080130 1.1.0.20080130 the version in the manifest is truncated to 1.1.0 If version is 1.1.0-qualifier 1.1.0.qualifier then it's not truncated -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (FELIX-459) BND: allow customization of the uses clause in the generated Export-Package

2008-01-30 Thread Stuart McCulloch (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stuart McCulloch updated FELIX-459: --- Attachment: FELIX_459_BND_USES_PATCH.txt Potential patch for the BND tool: 1) adds a

[VOTE] Release preferences 1.0.1

2008-01-30 Thread Carsten Ziegeler
Hi, I've compiled the release candidate for our first official preferences release (1.0.1) and put it up here: http://people.apache.org/~cziegeler/releases/felix/prefs/ The KEYS file for verifying the signature is also in this directory. md5 and sha1 files are maven generated. So, please

Re: [VOTE] Release metatype 1.0.0

2008-01-30 Thread Carsten Ziegeler
+1 Carsten Carsten Ziegeler wrote: Hi, I've compiled the release candidate for our first official metatype release (1.0.0) and put it up here: http://people.apache.org/~cziegeler/releases/felix/metatype/ The KEYS file for verifying the signature is also in this directory. md5 and sha1

Re: [VOTE] Release eventadmin 1.0.0

2008-01-30 Thread Carsten Ziegeler
+1 Carsten Carsten Ziegeler wrote: Hi, I've compiled the release candidate for our first official eventadmin release (1.0.0) and put it up here: http://people.apache.org/~cziegeler/releases/felix/eventadmin/ The KEYS file for verifying the signature is also in this directory. md5 and