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 64443

Summary: disabled.* properties are generated if nothing actually happened
Product: apisupport Reporter: Martin Krauskopf <mkrauskopf>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: VERIFIED FIXED    
Severity: blocker CC: jglick, jtulach
Priority: P2 Keywords: UI
Version: 5.x   
Hardware: All   
OS: All   
URL: http://apisupport.netbeans.org/phase-V-ui.html#64443
Issue Type: DEFECT Exception Reporter:

Description Martin Krauskopf 2005-09-15 14:45:40 UTC
1) Go to Suite Properties -> Basic Branding
2) Click "Use Basic Branding...", Unclick -> So nothing has been changed
3) Press OK -> disabled.* properties are generated
Comment 1 Jaroslav Tulach 2005-09-15 15:56:36 UTC
This is either bug introduced by Jesse or something wrong in Radek's setup.  
Here is the quote:  
  
  
---  
Date: 2005/08/31 23:51:41  
Author: jglick  
Log:  
Previously new suites started off with autoupdate and all non-platform  
clusters excluded by default. Fine for  
platform users but nasty if you were trying to just run the IDE with a set of  
modules on top of it. Changing to  
have no default exclusions; but if you turn on branding (the signal you have  
an app, and mandatory if using NB  
Platform as target platform), and have not previously excluded anything, the  
customizer will automatically set  
up these same default exclusions for you.  
---  
  
Last sentence is imho the problem. But I do not know any details about how 
Jesse changed the customizer. 
Comment 2 Jesse Glick 2005-09-15 18:38:19 UTC
True, should probably wait for user to click OK. (Or, better, should prompt user
before making the change.)
Comment 3 pzajac 2005-10-18 17:25:56 UTC
P3 -> P2 
please fix in NB50. It is good for CVS. 
Comment 4 Jesse Glick 2005-10-29 17:15:23 UTC
Need to implement confirmation dialog.
Comment 5 Jesse Glick 2005-10-29 19:09:32 UTC
committed   * Up-To-Date  1.14       
src/org/netbeans/modules/apisupport/project/ui/customizer/BasicBrandingModel.java
committed   * Up-To-Date  1.60       
src/org/netbeans/modules/apisupport/project/ui/customizer/Bundle.properties
committed   * Up-To-Date  1.20       
src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerLibraries.java
Comment 6 pzajac 2005-12-06 16:36:36 UTC
verified