Re: [equinox-dev] Uses conflicts gone after eclipse -clean:Why?

2014-04-04 Thread Neil Bartlett
Yes, check out the Bundle Wiring API specification (chapter 7 of the core spec). Specifically the FrameworkWiring.refreshBundles() method can be used to force refresh and re-resolution of a subset of bundles. Regards, Neil On Fri, Apr 4, 2014 at 1:45 PM, Andreas Sewe

Re: [equinox-dev] Uses conflicts gone after eclipse -clean:Why?

2014-04-04 Thread Thomas Watson
Neil is correct, but if you are looking for a way to have p2 do this automatically I am not aware an option to do that. So you would have to write your own bit of code that can do this. Tom From: Neil Bartlett njbartl...@gmail.com To: Equinox development mailing list

Re: [equinox-dev] Uses conflicts gone after eclipse -clean:Why?

2014-04-04 Thread Andreas Sewe
Hi Neil, Specifically the FrameworkWiring.refreshBundles() method can be used to force refresh and re-resolution of a subset of bundles. thank you for the pointer. But before I resort to this brute-force measure, I'd like to understand the problem a bit better (never a bad idea ;-). The uses