Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 138376 - Build path errors in org.eclipse.core.runtime.compatibility.registry
Summary: Build path errors in org.eclipse.core.runtime.compatibility.registry
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Runtime (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 3.2 RC2   Edit
Assignee: platform-runtime-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 138467 (view as bug list)
Depends on:
Blocks: 130194
  Show dependency tree
 
Reported: 2006-04-25 10:27 EDT by John Arthorne CLA
Modified: 2006-04-26 10:00 EDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Arthorne CLA 2006-04-25 10:27:01 EDT
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...
Comment 1 Wassim Melhem CLA 2006-04-25 15:14:32 EDT
*** Bug 138467 has been marked as a duplicate of this bug. ***
Comment 2 Wassim Melhem CLA 2006-04-25 20:26:10 EDT
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.
Comment 3 John Arthorne CLA 2006-04-26 10:00:21 EDT
I have released the Wassim-blessed build path change.