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 183655

Summary: "Exclude ... modules" dialog not shown unless Libraries panel selected
Product: apisupport Reporter: Jesse Glick <jglick>
Component: ProjectAssignee: Martin Kozeny <mkozeny>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jesse Glick 2010-04-07 15:13:26 UTC
If you go to a suite's Application tab directly, not first clicking on Libraries, and switch it to a standalone app, you are not prompted to exclude non-platform-oriented modules.

(Long broken, just was not sure if it was already filed.)
Comment 1 Jesse Glick 2010-04-08 23:16:35 UTC
Unfortunately difficult to fix, since SuiteCustomizerLibraries is written to use a Node hierarchy as a data model, rather than as a view over a separate model. Could perhaps make LibrariesChildren and all the stuff beneath it be held by SuiteProperties rather than SuiteCustomizerLibraries, in which case the logic behind DISABLED_PLATFORM_MODULES would be handled in SuiteProperties when BasicBrandingModel fired a change in brandingEnabled.
Comment 2 Jesse Glick 2010-05-04 20:34:17 UTC
Too risky for 6.9 - would require substantial rewrite of this section of the customizer dialog.