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 192636 - iconBase path for generated Options Panel was incorrect
Summary: iconBase path for generated Options Panel was incorrect
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 6.x
Hardware: All All
: P4 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-29 12:57 UTC by bdschubert
Modified: 2011-03-09 05:36 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 bdschubert 2010-11-29 12:57:30 UTC
I specified the com.emxsys.landfire.options package within the Option Panel Wizard, and the generated code and icon were correctly placed in the specified package, but the iconBase was incorrectly pointing to the root package in this module.

Here's a snippet from the generated OptionsPanelController -- note the iconBase specification in the registration, it should be com/emxsys/landfire/options/database_process32.png:

@OptionsPanelController.TopLevelRegistration(categoryName = "#OptionsCategory_Name_Landfire",
iconBase = "com/emxsys/landfire/database_process32.png",
keywords = "#OptionsCategory_Keywords_Landfire",
keywordsCategory = "Landfire")
public final class LandfireOptionsPanelController extends OptionsPanelController {


Product Version = NetBeans IDE 6.9.1 (Build 201011082200)
Operating System = Windows Vista version 6.0 running on x86
Java; VM; Vendor = 1.6.0_21
Runtime = Java HotSpot(TM) Client VM 17.0-b17
Comment 1 Jesse Glick 2011-03-08 15:57:21 UTC
core-main #d2411558a2aa
Comment 2 Quality Engineering 2011-03-09 05:36:17 UTC
Integrated into 'main-golden', will be available in build *201103090000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d2411558a2aa
User: Jesse Glick <jglick@netbeans.org>
Log: #192636: iconBase path for generated Options Panel was incorrect