Re: [equinox-dev] What is the best way to get the version of a bundle

2016-12-13 Thread Raymond Auge
Pascal, from which perspective would you like to get the bundle version? >From the Bundle itself: org.osgi.framework.Version version = org.osgi.framework.Bundle.getVersion(); Through the resolver API (arguably a little trickier): Map> results = org.osgi.service.resolver.Resolver.resolve(org.osg

[equinox-dev] What is the best way to get the version of a bundle

2016-12-13 Thread Pascal Rapicault
With Platform.getBundle officially removed, and PackageAdmin on its way out, could someone indicate the API of choice (and recommended code snippet) to use to get the version of a given bundle? ___ equinox-dev mailing list equinox-dev@eclipse.org To

Re: [equinox-dev] p2-gerrit HIPP instance is unavailable

2016-12-13 Thread Pascal Rapicault
Hi, This is not normal. I've just hit the restart button and the restart has not completed yet. I suspect that the instance is actually up and probably building a contribution, but not accessible. I've opened https://bugs.eclipse.org/bugs/show_bug.cgi?id=509179 Pascal On 12/13/2016 4:53 PM,

[equinox-dev] p2-gerrit HIPP instance is unavailable

2016-12-13 Thread Mykola Nikishov
Hi there, Is it expected that https://hudson.eclipse.org/equinox/job/p2-gerrit/ AKA hipp2 is unavailable right now: > This HIPP instance is currently unavailable. It may be turned off, or > it may be unresponsive. Members of the project can restart this > service using the HIPP Control tools --

Re: [equinox-dev] effective project settings

2016-12-13 Thread Raymond Auge
NVM, what I needed was really: mvn help:effective-pom Sincerely, - Ray On Tue, Dec 13, 2016 at 2:33 PM, Raymond Auge wrote: > Is there a cli way to dump the effective settings of a project? > > The maven org.apache.maven.plugins:maven-help-plugin:2.2:effective-settings > reports almost nothing

[equinox-dev] effective project settings

2016-12-13 Thread Raymond Auge
Is there a cli way to dump the effective settings of a project? The maven org.apache.maven.plugins:maven-help-plugin:2.2:effective-settings reports almost nothing probably due to the fact that it doesn't know how to speak tycho very well. Does tycho have something like this? Sincerely, -- *Raymo