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 207540 - Extend Places API with default root of userdir
Summary: Extend Places API with default root of userdir
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2012-01-19 19:42 UTC by Jiri Rechtacek
Modified: 2014-04-11 10:12 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Rechtacek 2012-01-19 19:42:02 UTC
Once issue 196075 fixed, some places in IDE have to know a OS specific placement of root of default userdirs.
* autoupdate.ui, installer - needs it for reading/storing .superId property
* o.n.upgrader, pluginimporter, options.api - needs it for searching older version of IDE (btw. these module still reads system's property 'user.home' for former versions)
Would be nice to use Places API for this in a similar way as for userdir.
Comment 1 Jesse Glick 2012-01-19 21:13:07 UTC
You know most about this; submit a patch with usages for review.
Comment 2 Jaroslav Tulach 2014-04-11 10:12:08 UTC
Waiting for patch.