Bug 33695 - project build path broken
Summary: project build path broken
Status: RESOLVED DUPLICATE of bug 33475
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 2.1 RC2   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-03 14:54 EST by Rodrigo Peretti CLA
Modified: 2003-03-05 12:45 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rodrigo Peretti CLA 2003-03-03 14:54:12 EST
This bug is a consequence of bug 33475.

In that bug the classpath variables were broken when related to link files. 
The strange thing is that the classpath was also broken for a project that did 
not depend on the "link classpath variable". Here's an example to clarify:

1) I have a link file pointing to a GEF install.
2) No binary projects exist in the workspace.
3) Plugin A requires GEF.
4) Plugin B only requires Eclipse plugins and uses the ECLIPSE_HOME variable.

Plugin A classpath is broken due to bug 33475.
Plugin B classpath is also broken even though it does not depend on GEF.
Comment 1 Jerome Lanneluc CLA 2003-03-05 12:45:32 EST
The symptoms you're seeing in plugin B are actually a consequence of bug 33475. 
Fixing bug 33475 fixes plugin B classpath.

*** This bug has been marked as a duplicate of 33475 ***