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 70936 - Removed module from suite is not removed from all modules
Summary: Removed module from suite is not removed from all modules
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
: 69734 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-01-03 10:33 UTC by pzajac
Modified: 2006-02-16 10:44 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 pzajac 2006-01-03 10:33:38 UTC
[200601022030]
When the module is removed from suite the module is not visible in libraries
category. But it is still in project.xml. Maybe it will be better to show
confirmation dialog:
Some modules depends on the  module XXX. Do you want to remove the module with
all dependencies?     

Example project:
Create Feed Reader project from examples. 
Remove jdom project from Feed Reader Modules suite.
The Rome module depends on jdom module...
Comment 1 Martin Krauskopf 2006-01-04 19:22:06 UTC
Yes, some sort of warning would be nice. The same applies to deleting suite
component. Not sure about TBD yet.
Comment 2 Martin Krauskopf 2006-02-01 12:02:32 UTC
Working on this.
Comment 3 Martin Krauskopf 2006-02-01 20:43:34 UTC
Maybe that some message tweak will be needed.
Also note that when *deleting* module there is not question dialog - yet. Not
sure now if it is possible to hook up into deleting process. Maybe before some
action delegate. Don't know yet.

../www/phase-V-ui.html; 1.23 -> 1.24;
test/unit/ui/LibrariesNodeTest.java; 1.4 -> 1.5;
test/unit/ui/customizer/SuiteUtilsTest.java; 1.7 -> 1.8;
ui/Bundle.properties; 1.30 -> 1.31;
ui/LibrariesNode.java; 1.5 -> 1.6;
ui/ModuleOperations.java; 1.6 -> 1.7;
ui/SuiteLogicalView.java; 1.34 -> 1.35;
ui/customizer/SuiteUtils.java; 1.22 -> 1.23;
Comment 4 Martin Krauskopf 2006-02-01 20:51:09 UTC
*** Issue 69734 has been marked as a duplicate of this issue. ***
Comment 5 pzajac 2006-02-16 10:44:02 UTC
I found two small issue. I'll report separated issue.