Community
Participate
Working Groups
Build id: N20060425-0010 1) Open a new workspace 2) Checkout org.eclipse.core.runtime and org.eclipse.core.runtime.compatibility.* from HEAD. 3) Wait for build. It reports build path errors in org.eclipse.core.runtime.compatibility.registry. This same project, unchanged, compiled without errors in yesterday's nightly build (N20060424-0010). Something has changed in build path computation in the past 24 hours that is now flagging an error. I can't see what it is flagging a duplicate entry here...
*** Bug 138467 has been marked as a duplicate of this bug. ***
This is actually a good breakage due to the fix for bug 98692 opened by none other than JohnA :-) Now that PDE takes into account the extra.* entries, your .classpath file no longer needs to list the classes/ folder in order to compile. You will get it for free via the PDE container. So just remove that entry and you're back in business.
I have released the Wassim-blessed build path change.