| Summary: | classpath variables lost when upgrading from M7 to RC1 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Görge Albrecht <g.albrecht> | ||||
| Component: | Core | Assignee: | Jerome Lanneluc <jerome_lanneluc> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | major | ||||||
| Priority: | P3 | ||||||
| Version: | 3.1 | ||||||
| Target Milestone: | 3.1 RC2 | ||||||
| Hardware: | PC | ||||||
| OS: | Windows 2000 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
...and even worse: when stepping back to M7, all classpath variables are lost there too (forever?) ;-( Created attachment 21952 [details]
Proposed fix
Sorry about that (I'm afraid your variables are lost for ever). But thanks to
your bug report, other users won't see this problem with the attached fix that
I will commit as soon as it is approved.
+1 for RC2 Patch released. Verified in N20050606-0010 + JDT/Core HEAD Verified for 3.1 RC2 using build I20050610-0010 |
When "upgrading" from M7 to RC1, all classpath variables entries were lost. Steps to reproduce: - Start "fresh" installation of M7 - Add entry to classpath variables (Preferences->Java->Build Path->Classpath Variables->New) - Close M7 - Start "fresh" installation of RC1 (different directory than M7) - point to same workspace as before - formerly addy classpath variable entry is missing ("default" entries are there: ECLIPSE_HOME, JRE_LIB, JRE_SRC, JRE_SRCROOT, JUNIT_HOME)