Re: [Vote] release maven-obr-plugin 1.2.0

2008-02-13 Thread Stuart McCulloch
On 11/02/2008, Stuart McCulloch <[EMAIL PROTECTED]> wrote: > > Hi folks, > > I'd like to start a vote for the second release of the maven-obr-plugin, > which has been reworked to fix a number of cross-platform issues and > make it fit better with the Maven life-cycle and other "*-file" goals. tim

Re: [Vote] release maven-obr-plugin 1.2.0

2008-02-13 Thread Niclas Hedhman
On Monday 11 February 2008 12:11, Stuart McCulloch wrote: > Please check the release and cast your votes! (vote will run for 72hrs) +1 Cheers -- Niclas Hedhman, Software Developer I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com

Re: Creating a javax.xml bundle (FELIX-488)

2008-02-13 Thread Richard S. Hall
Stefano Lenzi wrote: Richard S. Hall wrote: I think this is not an unreasonable approach... -> richard Which approach were you refering to? OSGi Alliance, Our or Mine? I was agreeing with Felix...mainly because it is simpler on our end. :-) -> richard Felix Meschberger wrote: Hi Stef

Re: Creating a javax.xml bundle (FELIX-488)

2008-02-13 Thread Stefano Lenzi
Richard S. Hall wrote: I think this is not an unreasonable approach... -> richard Which approach were you refering to? OSGi Alliance, Our or Mine? Felix Meschberger wrote: Hi Stefano, Comparing our compendium jar to the one downloaded from the OSGi site shows, that we have some imports wh

Re: [Vote] release maven-obr-plugin 1.2.0

2008-02-13 Thread Stefano Lenzi
Stuart McCulloch wrote: Hi folks, I'd like to start a vote for the second release of the maven-obr-plugin, [cut] I've built and signed the 1.2.0 release candidate and put it up here: http://people.apache.org/~mcculls/releases/felix/maven-obr-plugin

Re: [Vote] release maven-obr-plugin 1.2.0

2008-02-13 Thread Karl Pauls
On Feb 11, 2008 5:11 AM, Stuart McCulloch <[EMAIL PROTECTED]> wrote: > Hi folks, > > I'd like to start a vote for the second release of the maven-obr-plugin, > which has been reworked to fix a number of cross-platform issues and > make it fit better with the Maven life-cycle and other "*-file" goal

Re: [Vote] release maven-obr-plugin 1.2.0

2008-02-13 Thread Didier Donsez
+1 Didier

Re: [Vote] release maven-obr-plugin 1.2.0

2008-02-13 Thread Richard S. Hall
+1 -> richard Stuart McCulloch wrote: Hi folks, I'd like to start a vote for the second release of the maven-obr-plugin, which has been reworked to fix a number of cross-platform issues and make it fit better with the Maven life-cycle and other "*-file" goals. I've built and signed the 1.2.0

Re: Creating a javax.xml bundle (FELIX-488)

2008-02-13 Thread Richard S. Hall
I think this is not an unreasonable approach... -> richard Felix Meschberger wrote: Hi Stefano, Comparing our compendium jar to the one downloaded from the OSGi site shows, that we have some imports while the OSGi one only has a "DynamicImport-Package: *". So I consider our compendium jar to

Re: Creating a javax.xml bundle (FELIX-488)

2008-02-13 Thread Felix Meschberger
Hi Stefano, Comparing our compendium jar to the one downloaded from the OSGi site shows, that we have some imports while the OSGi one only has a "DynamicImport-Package: *". So I consider our compendium jar to be erroneous and we should either tag all imports with "resolution:=optional" or have no

Creating a javax.xml bundle (FELIX-488)

2008-02-13 Thread Stefano Lenzi
Hi All, I would like to create a bundle which contains only the javax.xml APIs as we did for javax.servelet. In fact, at the moment, you can't install the org.osgi.compendium bundle on a JDK 1.3 because javax.xml APIs are missing. The creation of a javax.xml bundle which will mostly used by J

Re: [Vote] release maven-obr-plugin 1.2.0

2008-02-13 Thread Felix Meschberger
+1 checked signatures, ran rat and looked at the NOTICE file. Looks all good to me. Regards Felix Am Montag, den 11.02.2008, 12:11 +0800 schrieb Stuart McCulloch: > Hi folks, > > I'd like to start a vote for the second release of the maven-obr-plugin, > which has been reworked to fix a number o

Re: Export the Felix Javadoc on the web site ?

2008-02-13 Thread Richard S. Hall
Marcel Offermans wrote: On Feb 13, 2008, at 14:42 , Richard S. Hall wrote: It sounds like a start at any rate, but where would the above be generated? We need to somehow hook it into our existing site. Bamboo, our continuous build tool, runs maven targets (we can configure) on every change w

Re: Export the Felix Javadoc on the web site ?

2008-02-13 Thread Marcel Offermans
On Feb 13, 2008, at 14:42 , Richard S. Hall wrote: It sounds like a start at any rate, but where would the above be generated? We need to somehow hook it into our existing site. Bamboo, our continuous build tool, runs maven targets (we can configure) on every change we make. After running,

Re: Export the Felix Javadoc on the web site ?

2008-02-13 Thread Richard S. Hall
Guillaume Sauthier wrote: AFAIK, building javadoc from maven is quite simple: org.apache.maven.plugins maven-javadoc-plugin true true 128m 256m http://java.sun.com/j2se/1.5.0/docs/api/

[jira] Assigned: (FELIX-489) Intermittent deadlock while using declarative services in Tuscany

2008-02-13 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Pauls reassigned FELIX-489: Assignee: Karl Pauls > Intermittent deadlock while using declarative services in Tuscany > --

[jira] Commented: (FELIX-489) Intermittent deadlock while using declarative services in Tuscany

2008-02-13 Thread Karl Pauls (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568473#action_12568473 ] Karl Pauls commented on FELIX-489: -- This is due to the fact that we hold the ServiceRegistr

[jira] Created: (FELIX-489) Intermittent deadlock while using declarative services in Tuscany

2008-02-13 Thread Rajini Sivaram (JIRA)
Intermittent deadlock while using declarative services in Tuscany Key: FELIX-489 URL: https://issues.apache.org/jira/browse/FELIX-489 Project: Felix Issue Type: Bug

Re: Intermittent deadlock while using declarative services in Tuscany

2008-02-13 Thread Rajini Sivaram
Karl, Thank you. I have raised a JIRA ( https://issues.apache.org/jira/browse/FELIX-489). On 2/12/08, Karl Pauls <[EMAIL PROTECTED]> wrote: > > Darn, this looks like another place where we call out while holding a > lock. > > I'll look into it - thanks for catching this. Could you maybe create a

Re: Export the Felix Javadoc on the web site ?

2008-02-13 Thread Guillaume Sauthier
AFAIK, building javadoc from maven is quite simple: org.apache.maven.plugins maven-javadoc-plugin true true 128m 256m http://java.sun.com/j2se/1.5.0/docs/api/