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 71631 - Limit customizer GUI acc. to selected harness
Summary: Limit customizer GUI acc. to selected harness
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2006-01-19 21:10 UTC by Jesse Glick
Modified: 2006-01-31 11:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2006-01-19 21:10:41 UTC
Cf. dev@apisupport:

Modify bits of the GUI to detect the version of the harness in use (e.g. from
harness/modules/org-netbeans-modules-apisupport-harness.jar) and behave
appropriately. For example, if the target NB platform for a module or suite is
found to be version 5.0, disable the Java Platform combo box in Libraries.
Comment 1 Jesse Glick 2006-01-20 22:00:10 UTC
Affects so far:

1. compiler arguments

2. JDK selection

3. "Create NBMs" action
Comment 2 Jesse Glick 2006-01-21 00:08:19 UTC
committed   * Up-To-Date  1.16       
apisupport/project/src/org/netbeans/modules/apisupport/project/ui/SuiteActions.java
committed   * Up-To-Date  1.9        
apisupport/project/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerCompiling.java
committed   * Up-To-Date  1.43       
apisupport/project/src/org/netbeans/modules/apisupport/project/ui/customizer/CustomizerLibraries.java
committed   * Up-To-Date  1.25       
apisupport/project/src/org/netbeans/modules/apisupport/project/ui/customizer/SuiteCustomizerLibraries.java
committed   * Up-To-Date  1.29       
apisupport/project/src/org/netbeans/modules/apisupport/project/universe/NbPlatform.java
committed   * Up-To-Date  1.32       
apisupport/project/test/unit/src/org/netbeans/modules/apisupport/project/TestBase.java
committed   * Up-To-Date  1.15       
apisupport/project/test/unit/src/org/netbeans/modules/apisupport/project/universe/NbPlatformTest.java
committed   * Up-To-Date  1.6         apisupport/www/50u1-ui.html
Comment 3 pzajac 2006-01-31 10:03:26 UTC
I found small issue. The Manage Java Platform Button in Module Suite customizer
is not disabled when is selected harness of NB5.0.
Comment 4 Jesse Glick 2006-01-31 11:46:57 UTC
Re. last comment - worked for me when I tried it. Can you please file a separate
bug report with exact steps to reproduce, since it may be dependent on some
details of what you did?