Re: [equinox-dev] understanding resolving results

2019-06-12 Thread Martin Lippert
Hey Mickael, > So I am looking for strategies to debug and understand this. > > Have you tried starting with the `-console` flag to use the OSGi console and > compare the effect of the "start" action on both packages? Thanks for the suggestion, not sure I understand this. Doing a “start” on a

Re: [equinox-dev] understanding resolving results

2019-06-12 Thread Mickael Istria
On Wed, Jun 12, 2019 at 12:05 PM Martin Lippert wrote: > So I am looking for strategies to debug and understand this. Have you tried starting with the `-console` flag to use the OSGi console and compare the effect of the "start" action on both packages?

[equinox-dev] understanding resolving results

2019-06-12 Thread Martin Lippert
Hey! I am trying to understand a somewhat strange setting. I have two Eclipse installs with an identical set of bundles. Nevertheless, the dependency resolution is different (just fine for one case, package-use-constraint-violation in the other case). Therefore I am trying to understand why