This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 126015 - Development builds of NetBeans 6.1 do not offer to import settings from NetBeans 6.0 fcs
Summary: Development builds of NetBeans 6.1 do not offer to import settings from NetBe...
Status: VERIFIED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Import Settings (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords:
: 126204 126386 126554 126849 127695 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-01-25 15:35 UTC by dlipin
Modified: 2008-12-23 14:30 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dlipin 2008-01-25 15:35:59 UTC
I`ve previously installed NetBeans 5.5 and NetBeans 6.0 (having ~/.netbeans/5.5 and ~/.netbeans/6.0 userdirs).

When I install the latest NetBeans 6.1 Dev build is offers to import settings from 5.5 and not from 6.0 that I really 
expects.

The problem is most probably in file
ide/launcher/upgrade/src/org/netbeans/upgrade/AutoUpgrade.java
lines 118, 119:
final static private List VERSION_TO_CHECK = Arrays.asList (new String[] { ".netbeans/5.5.1",".netbeans/5.5",".netbeans/
5.0",CREATOR });//NOI18N

Could you please add .netbeans/6.0 as the first item to that list?

thanks,
Dmitry
Comment 1 Lukas Hasik 2008-01-25 16:23:33 UTC
IMO, the list of imported setting needs to be defined first. Leaving open as reminder.
but definitely not defect...
Comment 2 Lukas Hasik 2008-02-01 14:33:31 UTC
changing back to DEFECT per responsible developer request.

The issue WILL BE FIXED but later in development cycle
Comment 3 Lukas Hasik 2008-02-01 20:02:16 UTC
*** Issue 126204 has been marked as a duplicate of this issue. ***
Comment 4 Lukas Hasik 2008-02-06 17:12:29 UTC
*** Issue 126849 has been marked as a duplicate of this issue. ***
Comment 5 Jana Maleckova 2008-02-07 09:01:43 UTC
*** Issue 126554 has been marked as a duplicate of this issue. ***
Comment 6 Jana Maleckova 2008-02-07 12:49:24 UTC
*** Issue 126386 has been marked as a duplicate of this issue. ***
Comment 7 Lukas Hasik 2008-02-21 09:26:31 UTC
*** Issue 127695 has been marked as a duplicate of this issue. ***
Comment 8 dlipin 2008-02-21 17:29:52 UTC
Is there any chance to get it fixed in 6.1 Beta?
Comment 9 rmatous 2008-02-22 09:37:14 UTC
definitely can be fixed in 6.1 Beta
Comment 10 rmatous 2008-02-22 13:32:02 UTC
http://hg.netbeans.org/main/rev/ee669866fb19

Now fixed, added import of preferences for 6.0, other settings will be checked later and tested by QA, I think
Comment 11 dlipin 2008-08-10 09:13:27 UTC
v.
Comment 12 Quality Engineering 2008-12-23 14:30:03 UTC
This issue had *1 votes* before move to platform component