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 32420 - Implement handling of offline changes in module layer
Summary: Implement handling of offline changes in module layer
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks: 32212
  Show dependency tree
 
Reported: 2003-03-27 16:12 UTC by mslama
Modified: 2008-12-23 12:30 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 mslama 2003-03-27 16:12:14 UTC
Need to handle offline changes when some module is
added/removed to IDE.
Comment 1 mslama 2003-05-06 10:46:09 UTC
Done. Handling of offline module removal is implemented. Files saved
in local folder are removed when their module is removed. Module info
is checked and when given module is not found or is disabled files
stored in local folder are removed. 

Offline module adding does not require any special handling. (Files
simply appear in module folder and are loaded in normal way.)