Re: Jenkins build is back to normal : Aries #1752

2012-11-26 Thread John W Ross
I'll wait until it happens again just in case the build team checks it but forgets to post to the list. If it does happen again, I'll update the label expression to exclude ubuntu2 without objection. John Re: Jenkins build is back to normal : Aries #1752 +1 good idea. On Nov 21, 2012 6:48

[jira] [Commented] (ARIES-929) install subsystems from IDirectory objects

2012-11-26 Thread John Ross (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13503796#comment-13503796 ] John Ross commented on ARIES-929: - The supported API for installing a subsystem via an

[jira] [Created] (ARIES-971) ServiceHelper.CacheClearoutListener.add(BundleContext, ServiceKey) causes NPE if system bundle is hidden

2012-11-26 Thread Thomas Watson (JIRA)
Thomas Watson created ARIES-971: --- Summary: ServiceHelper.CacheClearoutListener.add(BundleContext, ServiceKey) causes NPE if system bundle is hidden Key: ARIES-971 URL:

[jira] [Resolved] (ARIES-971) ServiceHelper.CacheClearoutListener.add(BundleContext, ServiceKey) causes NPE if system bundle is hidden

2012-11-26 Thread Mark Nuttall (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Nuttall resolved ARIES-971. Resolution: Fixed Fix Version/s: 1.0

Semantic versioning tool and updating packageinfos

2012-11-26 Thread Holly Cummins
Hi all, As promised, I've started work on our next batch of releases. This one should be way easier than the last batch I did, because it's way smaller. However, one thing which is harder is that last time I knew what the package and bundle versions were (1.0.0 across the board). This time I have

Re: Semantic versioning tool and updating packageinfos

2012-11-26 Thread David Bosschaert
Hi Holly, On 26 November 2012 15:46, Holly Cummins holly.k.cumm...@googlemail.comwrote: (b) Longer term, wouldn't it be great to get the tool integrated into the release plugin? I know we've discussed this before, so I'm mostly chipping in again with a yes please, +1 :) It would be great if

[jira] [Resolved] (ARIES-965) Consider having the subsystems api bundle include the org.osgi.service.repository package and both import and export it.

2012-11-26 Thread John Ross (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Ross resolved ARIES-965. - Resolution: Fixed Fixed in http://svn.apache.org/viewvc?view=revisionrevision=1413711.

Jenkins build is still unstable: AriesWithSnapshotDependencies #301

2012-11-26 Thread Apache Jenkins Server
See https://builds.apache.org/job/AriesWithSnapshotDependencies/changes

Re: Semantic versioning tool and updating packageinfos

2012-11-26 Thread David Jencks
I turned Emily's code into a maven plugin, but I'm not sure I succeeded in documenting it. Mostly it puts correct packaginfo files into the source tree and generates a sort-of report of problems. I don't think it fails the build. You have to specify what the base you are comparing against

Jenkins build is back to stable : AriesWithSnapshotDependencies #302

2012-11-26 Thread Apache Jenkins Server
See https://builds.apache.org/job/AriesWithSnapshotDependencies/302/changes

Jenkins build became unstable: Aries #1754

2012-11-26 Thread Apache Jenkins Server
See https://builds.apache.org/job/Aries/1754/changes

[jira] [Created] (ARIES-972) Subsystem install fails with NPE if no subsystem manifest is contained in an ESA

2012-11-26 Thread Thomas Watson (JIRA)
Thomas Watson created ARIES-972: --- Summary: Subsystem install fails with NPE if no subsystem manifest is contained in an ESA Key: ARIES-972 URL: https://issues.apache.org/jira/browse/ARIES-972 Project:

[jira] [Commented] (ARIES-972) Subsystem install fails with NPE if no subsystem manifest is contained in an ESA

2012-11-26 Thread John Ross (JIRA)
[ https://issues.apache.org/jira/browse/ARIES-972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13504160#comment-13504160 ] John Ross commented on ARIES-972: - The specification does not require implementations to

Re: Semantic versioning tool and updating packageinfos

2012-11-26 Thread Emily Jiang
Further to David J's comments, in order to fail a build, I think we can parse the report xml doc. If there is an entry, we can fail the build, which is trivial thing to do. David, if you can supply the snippet of your maven plugin, I can help to integrate this tool in our trunk. Sorry. It has been