FOR REVIEW: CODETOOLS-7900284 - link to agent monitor incorrect in help

Brian Kurotsuchi brian.kurotsuchi at oracle.com
Thu May 8 19:45:46 UTC 2014


https://bugs.openjdk.java.net/browse/CODETOOLS-7900284

Fixed. Although, the node in the immediate TOC location doesn't appear 
when you click the link, that is a virtual item in the TOC tree and the 
navigator takes you to the primary place where the Agent Monitor help 
exists.

An obvious fix isn't available since the TOC is built from mapped .csh 
targets but the help files contain basic hyperlinks. JH resolves these 
but doesn't know to stay in the local node of the help tree TOC.


diff --git a/src/com/sun/javatest/help/default/run/running.html 
b/src/com/sun/javatest/help/default/run/running.html
--- a/src/com/sun/javatest/help/default/run/running.html
+++ b/src/com/sun/javatest/help/default/run/running.html
@@ -2,25 +2,25 @@
  <!--
    $Id$

-  Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights 
reserved.
+  Copyright (c) 2001, 2014, Oracle and/or its affiliates. All rights 
reserved.
    DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-
+
    This code is free software; you can redistribute it and/or modify it
    under the terms of the GNU General Public License version 2 only, as
    published by the Free Software Foundation.  Oracle designates this
    particular file as subject to the "Classpath" exception as provided
    by Oracle in the LICENSE file that accompanied this code.
-
+
    This code is distributed in the hope that it will be useful, but WITHOUT
    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    version 2 for more details (a copy is included in the LICENSE file that
    accompanied this code).
-
+
    You should have received a copy of the GNU General Public License 
version
    2 along with this work; if not, write to the Free Software Foundation,
    Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-
+
    Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    or visit www.oracle.com if you need additional information or have any
    questions.
@@ -57,7 +57,7 @@

  <p>
  The harness saves all test results after running tests but does not 
automatically generate reports of test results. You must generate test 
reports from the Test Manager or from the command line. See <a 
href="../report/usingReports.html">Generating and Viewing Reports</a> 
for detailed information about reports.
-</p>
+</p>

  <p>
  If you use the All Tests view filter and begin a test run, the harness 
displays an advisory dialog box. Using the All Test view filter displays 
the results of all tests in a test suite regardless of whether or not 
they are included in the test run.
@@ -81,21 +81,21 @@
      how to use the Test Manager (including the use of the Log Viewer) 
to monitor a test run.
  </li>
  <li>
-  <a href="monitoring.html"><b>Monitoring Agents</b></A> - Describes
+  <a href="../ui/agentMonitor.html"><b>Monitoring Agents</b></A> - 
Describes
      how to use the Agent Monitor tool to monitor agent activity during 
a test run.
  </li>
  <li>
    <a href="stopping.html"><b>Stopping a Test Run</b></A> - Describes
-    how to use the Test Manager to stop a test run.
+    how to use the Test Manager to stop a test run.
  </li>
  <li>
    <a href="troubleshooting.html"><b>Troubleshooting a Test Run</b></A> 
- Describes
-    how to use the Test Manager to troubleshoot a test run.
+    how to use the Test Manager to troubleshoot a test run.
  </li>
  </ul>
  <hr>

-<p><a href="../copyright.html">Copyright</a> © 2001, 2011, Oracle 
and/or its affiliates. All rights reserved.</p>
+<p><a href="../copyright.html">Copyright</a> © 2001, 2014, Oracle 
and/or its affiliates. All rights reserved.</p>
  </BODY>
  </HTML>


More information about the jtharness-dev mailing list