Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] [prov] use of Foundation 1.1

There are several projects in p2 currently that list J2SE 1.4 and Foundation 1.1 in the BREE for the bundle. This is good but they list them in that order. The net result is that J2SE 1.4 is used to compile the code.  What happens in some cases people don’t have 1.4 so PDE uses the next best thing which ends up being 1.5 or 1.6. In the end we get references to things we ought not.  In particular, I just had a setup in which there were no XML api in my workspace or target yet everything was compiling ok.  Took quite some time to figure out how this could be so.

 

If everyone agrees, I will go through the projects and update them accordingly.

 

Jeff


Back to the top