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 224618 - Refresh modules cache while closing IDE
Summary: Refresh modules cache while closing IDE
Status: RESOLVED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PLAN
Depends on:
Blocks: 224078
  Show dependency tree
 
Reported: 2013-01-08 16:24 UTC by Jiri Rechtacek
Modified: 2013-09-10 08:10 UTC (History)
0 users

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 2013-01-08 16:24:48 UTC
If a new module is installed during running IDE in headless mode, the module is not stored in modules cache. It causes the issue 224078.
Comment 1 Jaroslav Tulach 2013-09-10 08:10:28 UTC
Turned out, this would not work anyway, as very likely the updater will install update NBMs after the IDE shuts down, so the know the proper initial state, restart is needed, right?