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 87619 - convert OpenProjectListSettings to Preferences APIs.
Summary: convert OpenProjectListSettings to Preferences APIs.
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks: 77030
  Show dependency tree
 
Reported: 2006-10-20 11:14 UTC by Milos Kleint
Modified: 2006-10-25 12:14 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milos Kleint 2006-10-20 11:14:55 UTC
see summary
Comment 1 Milos Kleint 2006-10-23 12:38:46 UTC
done
Comment 2 Jesse Glick 2006-10-23 16:19:26 UTC
Next time please include a CVS commit log when closing.

Did you patch ide/launcher/upgrade/ to make sure old .settings files are
imported correctly? Doesn't look that way.
Comment 3 Milos Kleint 2006-10-23 17:34:35 UTC
no i didn't. I didn't even know about ide/launcher/update. I take care of that..
Comment 4 Jesse Glick 2006-10-23 17:53:49 UTC
Check the Preferences Guide (Javadoc link from NbPreferences); it gives a
checklist of things to do when converting.
Comment 5 Milos Kleint 2006-10-25 10:30:36 UTC
importer done (import from 5.0 at least, 5.5 should be the same.. Radek, is that
handled somehow by the infrastructure?)

also had to rename property names in preferences because the old names didn't
match the output of the deserializer..

Checking in
projectui/src/org/netbeans/modules/project/ui/OpenProjectListSettings.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/OpenProjectListSettings.java,v
 <--  OpenProjectListSettings.java
new revision: 1.24; previous revision: 1.23

Comment 6 rmatous 2006-10-25 11:59:37 UTC
We import just from the latest previous version. For 6.0 it should be probably 
5.5 (I think at least).