[equinox-dev] [p2] IPlanner and package imports from JRE

2013-02-01 Thread Tom Schindl
Hi, Yesterday in the night I tried to understand why IPlanner reports an error when a bundle does a package import coming from the JRE which by default is then exported through the system bundle. The reason I tried to understand this is that I've started build a target platform which contains

Re: [equinox-dev] [p2] IPlanner and package imports from JRE

2013-02-01 Thread Pascal Rapicault
The reason is simple. The p2 planner is Java agnostic. It only knows about the capabilities and requirements that are provided to it. (Sidenote - this is what allows p2 to resolve any other kind of dependencies like RPM, deb, etc.). For the planner to know about the packages coming from the

Re: [equinox-dev] [p2] IPlanner and package imports from JRE

2013-02-01 Thread Tom Schindl
Hi, Thanks. So I guess it has to be PDE which provides the IU, I'll try to come up with a patch for them. Tom Am 01.02.13 16:01, schrieb Pascal Rapicault: The reason is simple. The p2 planner is Java agnostic. It only knows about the capabilities and requirements that are provided to it.