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 21131 - Ant help ids needed
Summary: Ant help ids needed
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-04 15:54 UTC by John Jullion-ceccarelli
Modified: 2003-06-30 14:46 UTC (History)
2 users (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 John Jullion-ceccarelli 2002-03-04 15:54:27 UTC
The following help ids and buttons need to be added to the ant module:

*Add Classpath dialog box - needs help button and help ID.
*Tools | Options | Ant Script Compilation and Indirect Ant Compilation - need 
individual ids, right now they both have the same one.
Comment 1 Jesse Glick 2002-03-04 19:19:35 UTC
Second point should be easy enough.

Re. "Add Classpath dialog box" - what is this? Please explain what you
open in the GUI to get to this, I am not sure what you mean. If you
are referring to the custom property editor for path types (e.g.
<classpath>), this is implemented in core not the Ant module, so
please refile as core/ui.
Comment 2 John Jullion-ceccarelli 2002-03-05 12:31:13 UTC
Add Classpath dialog - select a task node in explorer and click ... 
in classpath property. Title bar says 
org.openide.execution.NbClassPath. Sounds like it's the one in core 
you were talking about, I'll refile it as new bug.
Comment 3 Jesse Glick 2002-03-05 12:43:03 UTC
Correct, that dialog is handled entirely in core.
Comment 4 David Konecny 2002-03-05 17:04:38 UTC
John,

the helpIDs are now distinctive and are:

/cvs/ant/src/org/apache/tools/ant/module/loader/AntCompilerSupport.jav
a
"org.apache.tools.ant.module.loader.AntCompilerSupport$NoCompiler"

/cvs/ant/src/org/apache/tools/ant/module/run/AntCompilerType.java
"org.apache.tools.ant.module.run.AntCompilerType"

/cvs/ant/src/org/apache/tools/ant/module/run/AntExecutor.java
"org.apache.tools.ant.module.run.AntExecutor"

/cvs/ant/src/org/apache/tools/ant/module/run/IndirectAntCompilerType.j
ava
"org.apache.tools.ant.module.run.IndirectAntCompilerType"

Fixed in files:
Checking in 
src/org/apache/tools/ant/module/loader/AntCompilerSupport.java;
new revision: 1.4; previous revision: 1.3
Checking in src/org/apache/tools/ant/module/run/AntCompilerType.java;
new revision: 1.7; previous revision: 1.6
Checking in src/org/apache/tools/ant/module/run/AntExecutor.java;
new revision: 1.8; previous revision: 1.7
Checking in 
src/org/apache/tools/ant/module/run/IndirectAntCompilerType.java;
new revision: 1.6; previous revision: 1.5
Comment 5 Patrick Keegan 2002-03-12 14:16:04 UTC
Switching to defect as most of the other help ID requests are marked.
Comment 6 Vitezslav Stejskal 2002-03-26 10:27:14 UTC
fixes reviewed by another developer
Comment 7 John Jullion-ceccarelli 2002-04-02 12:05:24 UTC
verified in NetBeansIDE-dev-200204020100. not sure what 
org.apache.tools.ant.module.loader.AntCompilerSupport$NoCom
piler is for. is it for the "do not compile" setting? this 
setting does not appear as a node on which you can call 
help except for in the compiler type editor dialog box 
(called from the Compiler setting in an object's property 
sheet). When you call help on do not compile from this 
editor, it uses the 
org.netbeans.beaninfo.editors.CompilerTypeEditor$NoCompiler
 help ID.
Comment 8 David Konecny 2002-04-02 12:18:01 UTC
Yes, it is for "do not compile" setting. And you are
probably right that user won't be able to get help
for this setting, because it is not shown as node 
anywhere.
Comment 9 Milan Kubec 2002-04-02 12:34:51 UTC
Is this fix going to be integrated to orion_fcs branch?
Comment 10 David Konecny 2002-04-02 12:36:25 UTC
see target milestone. it is already there.
Comment 11 Milan Kubec 2002-04-02 12:46:21 UTC
I see target milestone FFJ 4.0, but you only marked non-branched 
files, that were fixed. And also you didn't mention INF number.
Comment 12 Milan Kubec 2002-04-02 14:16:43 UTC
Verified also in ffj-020401.
Comment 13 Quality Engineering 2003-06-30 14:46:39 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.