Bug 216446

Summary: [buildpath] Missing classpath 'variable' jars aren't seen when supplied
Product: [Eclipse Project] JDT Reporter: benson margulies <bimargulies>
Component: CoreAssignee: Jerome Lanneluc <jerome_lanneluc>
Status: VERIFIED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: jerome_lanneluc, Olivier_Thomann
Version: 3.3.1   
Target Milestone: 3.5 M2   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
Proposed fix and regression test
none
Test only none

Description benson margulies CLA 2008-01-24 09:56:45 EST
Build ID: M20071023-1652

Steps To Reproduce:
1. Import a project that has a classpath reference to a jar via a variable, but the jar is missing.
2. Notice the red x and error.
3. copy the jar into place.
4. restart eclipse, refresh the tree, clean the project, and see that eclipse still complains that the jar is missing.



More information:
Comment 1 Jerome Lanneluc CLA 2008-02-06 05:36:23 EST
Note this can be reproduced even if the external jar is referred directly (ie. not through a classpath variable)
Comment 2 Jerome Lanneluc CLA 2008-09-02 10:50:21 EDT
Created attachment 111479 [details]
Proposed fix and regression test
Comment 3 Jerome Lanneluc CLA 2008-09-05 06:29:07 EDT
Created attachment 111799 [details]
Test only

Fix for bug 244849 actually fixed this problem.
Keeping the regression test.
Comment 4 Jerome Lanneluc CLA 2008-09-05 06:30:17 EDT
Test released.

*** This bug has been marked as a duplicate of bug 244849 ***
Comment 5 Olivier Thomann CLA 2008-09-15 11:08:51 EDT
Verified for 3.5M2 using I20080914-2000