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 208745 - Button Ant Settings in Output window opens wrong tab in Options dialog
Summary: Button Ant Settings in Output window opens wrong tab in Options dialog
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords: REGRESSION
Depends on:
Blocks: 200878
  Show dependency tree
 
Reported: 2012-02-22 12:01 UTC by Petr Somol
Modified: 2012-02-28 00:07 UTC (History)
1 user (show)

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 Petr Somol 2012-02-22 12:01:28 UTC
Click the Ant Settings button in Output window; it opens Options dialog, category Miscellaneous, last used tab, instead of category Java, tab Ant. This is probably caused by the recent reordering of Options dialog contents.
Comment 1 Jesse Glick 2012-02-22 23:35:30 UTC
29d7471f2fa6 ought to have dealt with this but did not; in fact it seems options.java got used only from the maven module, when 074722049e5c introduced the "Java" category to many more modules: debugger.jpda.ui, form, javacard.project, o.apache.tools.ant.module, profiler.options, vmd.componentssupport. All of these need to depend on options.java and use the new constant in @OptionsPanelController.SubRegistration.location, as well as in any relevant calls to OptionsDisplayer.open (such as TargetExecutor.OptionsAction.actionPerformed which prompted this report).
Comment 2 Theofanis Oikonomou 2012-02-24 22:38:49 UTC
Fixed

http://hg.netbeans.org/core-main/rev/2ec339d9a3db
Comment 3 Quality Engineering 2012-02-26 11:15:47 UTC
Integrated into 'main-golden', will be available in build *201202260400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/2ec339d9a3db
User: Theofanis Oikonomou <theofanis@netbeans.org>
Log: Issue #208745 - Button Ant Settings in Output window opens wrong tab in Options dialog
Comment 4 Jesse Glick 2012-02-28 00:07:31 UTC
Do not forget to set the Target Milestone whenever closing an issue as FIXED.