Bug 22846 - Cannot add in a new classpath entry
Summary: Cannot add in a new classpath entry
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: 2.1 M2   Edit
Assignee: Jerome Lanneluc CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-26 13:58 EDT by Tod Creasey CLA
Modified: 2002-10-17 10:05 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tod Creasey CLA 2002-08-26 13:58:19 EDT
2.0.1 version 20020826

When I start up the latest Eclipse there is no ECLIPSE_HOME entry. If I then 
try and add it in the Java Classpath Variables dialog it will ask me to 
rebuild but then throw away the new Entry.

STEPS
1) Start up with an empty workspace
2) Go to Preferences->Java-> Classpath Variables
3) See there is no ECLIPSE_HOME
4) Enter a new entry for ECLIPSE_HOME (the eclipse directory of your install)
5) Hit OK - you are asked about a full build
6) Your entry is removed after the build.
Comment 1 Tod Creasey CLA 2002-08-26 14:00:31 EDT
Note - if you choose not to build you do not lose the entry.
Comment 2 Tod Creasey CLA 2002-08-26 14:50:37 EDT
This was also a problem in 2.0.
Comment 3 Jerome Lanneluc CLA 2002-09-27 11:22:18 EDT
JavaModelManager.Variables was left to "Variable Initialization In Progress" 
and was relying on the preference change listener to update.

Fixed.
Comment 4 David Audel CLA 2002-10-17 10:05:11 EDT
Verified.