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 23567 - should be unique help ID for Tomcat Help action
Summary: should be unique help ID for Tomcat Help action
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-15 19:25 UTC by Patrick Keegan
Modified: 2002-06-27 10:39 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 Patrick Keegan 2002-05-15 19:25:46 UTC
The Tomcat Plugin Help action should have it's own help ID. Right now it uses 
org.netbeans.modules.xml.tree.nodes.XMLDataNode
Comment 1 Milan Kuchtiak 2002-05-17 16:11:43 UTC
I don't understand this issue.
If I press F1 on tomcat node - I get the correct Help page.
Comment 2 Patrick Keegan 2002-05-17 16:37:27 UTC
I'm only referring to the node for this in the Actions pool (Options window), which is why I made the 
priority so low (there's extremely little chance that a user will press F1 here). If the ID works 
correctly when calling the command from a menu, then it's not so important that this get fixed. Perhaps 
something strange with XML module is responsible for the different ID appearing in the Actions pool.
Comment 3 Milan Kuchtiak 2002-05-20 10:53:42 UTC
It seems that if you press F1 on a node in the XML 
filesystem that represents Data Node whose DataObject 
extends XMLDataObject - incorrect HELP page is opened. 

How to reproduce :

on Tools->Options->IDE 
Configurations/L&F/Actions/Help/Tomcat4.0 Plugin Help press 
F1

This happens despite the fact that the layer.xml and 
related help-ref.xml file is correctly defined.

Look at tomcatint/tomcat40 module :

org.netbeans.modules.tomcat.tomcat40.resources.layer.xml
org.netbeans.modules.tomcat.tomcat40.resources.help-main-
ref.xml
Comment 4 Jan Zajicek 2002-05-20 13:25:40 UTC
Moving to openide data system.
Comment 5 Jan Zajicek 2002-05-20 13:32:27 UTC
Also changing version info - this general problem appears in 3.3.x too.
Comment 6 phamernik 2002-06-12 14:46:26 UTC
Is is up to Tomcat module to specify which loader should recognize the
settings and what node should be used.
I can't change it in Openide.
Comment 7 Milan Kuchtiak 2002-06-25 11:21:36 UTC
I am really not able to influence mechanism of displaying 
Help pages from nodes in options (which are actually xml 
nodes). This should be discussed between XML team and core 
team.
Comment 8 _ pkuzel 2002-06-25 19:57:21 UTC
Returning back, I cannot reproduce it.

Besides Libor integrated a workaround: XML module does not
recognize any file at system filesystem anymore.
Comment 9 Milan Kuchtiak 2002-06-27 09:30:40 UTC
Tomcat Plugin Help Node removed from the Tools->Options-
>IDE Configuration/L&F/Actions/Help folder.
Comment 10 Milan Kuchtiak 2002-06-27 10:29:54 UTC
I rollbacked the previous cjhange.
Tomcat40 Help shortcut should be as well in Actions/Help 
folder - in order to permit copy the Help reference 
elsewhere.
Comment 11 Milan Kuchtiak 2002-06-27 10:39:51 UTC
It is nothing to do with this issue.
The IDE is designed such a way that Java Help sets should 
be placed also to Actions/Help folder (besides 
Menu/Help/HelpShortcuts folder) in layer.xml. F1 action on 
that node displays "Managing Objects in the IDE" Help page -
 which is a general Help page for nodes in explorer.