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 71628

Summary: Permit selection of explicit harness location in platform
Product: apisupport Reporter: Jesse Glick <jglick>
Component: ProjectAssignee: Jesse Glick <jglick>
Status: VERIFIED FIXED    
Severity: blocker CC: jrojcek
Priority: P2 Keywords: UI
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Proposed UI change

Description Jesse Glick 2006-01-19 21:07:54 UTC
Cf. dev@apisupport:

Enhance the NetBeans Platform Manager dialog GUI to let you select an explicit
harness location. (Thankfully the build.properties format already permits this.)
Choices could be

(*) Harness supplied with IDE (currently 5.0u1)
( ) Harness associated with platform (currently 5.0)
( ) Other: [____________________] [Browse...]
Comment 1 Jesse Glick 2006-01-23 22:17:27 UTC
Working on it.
Comment 2 Jesse Glick 2006-01-23 22:18:29 UTC
Created attachment 28560 [details]
Proposed UI change
Comment 3 Jesse Glick 2006-01-24 00:11:05 UTC
committed   * Up-To-Date  1.15       
project/src/org/netbeans/modules/apisupport/project/ui/platform/Bundle.properties
committed   * Up-To-Date  1.15       
project/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizer.java
added       * Up-To-Date  1.1        
project/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerHarness.form
added       * Up-To-Date  1.1        
project/src/org/netbeans/modules/apisupport/project/ui/platform/NbPlatformCustomizerHarness.java
committed   * Up-To-Date  1.3        
project/src/org/netbeans/modules/apisupport/project/universe/Bundle.properties
committed   * Up-To-Date  1.30       
project/src/org/netbeans/modules/apisupport/project/universe/NbPlatform.java
committed   * Up-To-Date  1.16       
project/test/unit/src/org/netbeans/modules/apisupport/project/universe/NbPlatformTest.java
committed   * Up-To-Date  1.7         www/50u1-ui.html
Comment 4 Tomas Danek 2006-03-24 12:54:07 UTC
this was tested, some bugs filed. verified.