Bug 202241

Summary: Eclipse sometimes cannot find user libraries that are set
Product: [Eclipse Project] JDT Reporter: Timothy Mowlem <tmowlem>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: VERIFIED DUPLICATE QA Contact:
Severity: major    
Priority: P3 CC: jerome_lanneluc
Version: 3.4   
Target Milestone: 3.3.1   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Timothy Mowlem CLA 2007-09-05 04:20:50 EDT
Build ID: 3.4M1 I20070809-1105

Steps To Reproduce:
1. Open Eclipse
2. Errors are shown against source files that should not be


More information:
This is an intermittent problem. Sometimes Eclipse seems to lose track of one or more user libraries that have been set on the java build path. The library does not appear in the package explorer. Imports and references to classes in the "missing" library show as code errors.

This is wrong as the library has not been touched in any way on the filesystem. It is still there.

Eclipse itself is confused because on opening project properties, navigating to the Java Build Path pane, the Libraries tab shows the "missing" library. The "missing" library is not in the list. Now click Add Library then User Library to go to the Add Library dialog with user libraries shown. The "missing" library is still listed. Click the checkbox. Now the Finish button is greyed out and an error message appears in the white status area at the top of the dialog stating 'One or more selected libraries are already on the build path'.

DIfficult to fix. Sometimes removing the library, cleaning project and re-adding fixes it. I think in at least some cases though that has failed.
Comment 1 Timothy Mowlem CLA 2007-09-05 04:21:35 EDT
I have updated my email address in my prefs but it is still shown as the old address in this bug. Contact me at:

tmowlem@talktalk.net
Comment 2 Jerome Lanneluc CLA 2007-09-05 04:36:34 EDT
(In reply to comment #1)
> I have updated my email address in my prefs but it is still shown as the old
> address in this bug. Contact me at:
> 
> tmowlem@talktalk.net
> 
I would advise to open a bug against Eclipse Foundation / Community / Bugzilla.
Comment 3 Jerome Lanneluc CLA 2007-09-05 04:37:15 EDT

*** This bug has been marked as a duplicate of bug 183117 ***
Comment 4 Jerome Lanneluc CLA 2007-09-06 06:16:29 EDT
Marking verified since bug 183117 has already been verified.