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 42738 - Better support uninstallation & reloading of project type provider modules
Summary: Better support uninstallation & reloading of project type provider modules
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on: 42421 58866
Blocks: 41535
  Show dependency tree
 
Reported: 2004-05-03 19:55 UTC by Jesse Glick
Modified: 2006-03-24 10:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch to make AntBasedProjectFactorySingle react on AntBasedProjectType set change. (9.35 KB, patch)
2005-05-20 15:25 UTC, Jan Lahoda
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-05-03 19:55:29 UTC
ProjectManager already listens to changes in
Lookup.default<ProjectFactory>, but only to clear
no-project cache.

AntBasedProjectFactorySingleton could produce
proxy Project's, perhaps.
Comment 1 Jesse Glick 2004-06-15 13:17:22 UTC
Not for D.
Comment 2 Jan Lahoda 2005-05-20 15:25:14 UTC
Created attachment 22227 [details]
Patch to make AntBasedProjectFactorySingle react on AntBasedProjectType set change.
Comment 3 Jan Lahoda 2005-07-11 15:29:06 UTC
Fixed as part of issue #58866. See issue #58866 for integration log.
Comment 4 Jaromir Uhrik 2005-07-14 16:20:39 UTC
Verified.