From brian.kurotsuchi at oracle.com Mon May 5 19:57:24 2014 From: brian.kurotsuchi at oracle.com (brian.kurotsuchi at oracle.com) Date: Mon, 05 May 2014 19:57:24 +0000 Subject: hg: code-tools/jtharness: 3 new changesets Message-ID: <201405051957.s45JvQ0b024914@aojmv0008> Changeset: 246f955738d9 Author: bkurotsu Date: 2014-04-29 14:01 -0600 URL: http://hg.openjdk.java.net/code-tools/jtharness/rev/246f955738d9 Added tag 4.6b05 for changeset 0ed5ae3cb5a2 + .hgtags Changeset: ea0e4338fccb Author: bkurotsu Date: 2014-05-05 13:54 -0600 URL: http://hg.openjdk.java.net/code-tools/jtharness/rev/ea0e4338fccb 7900156: Need shared agent class loader Summary: Continuation of fixes to allow shared class loader to work. Reviewed-by: bkurotsu Contributed-by: alexey.x.fedorov at oracle.com ! src/com/sun/javatest/agent/Agent.java Changeset: 348228eb67aa Author: bkurotsu Date: 2014-05-05 13:57 -0600 URL: http://hg.openjdk.java.net/code-tools/jtharness/rev/348228eb67aa Removed tag 4.6b05 ! .hgtags From brian.kurotsuchi at oracle.com Thu May 8 18:45:33 2014 From: brian.kurotsuchi at oracle.com (Brian Kurotsuchi) Date: Thu, 08 May 2014 12:45:33 -0600 Subject: FOR REVIEW: CODETOOLS-7900280 Appearence Preferences Message-ID: <536BD0CD.10707@oracle.com> For review please. https://bugs.openjdk.java.net/browse/CODETOOLS-7900280 On the page "Appearance Preferences" in online help there is the section "Tool tip options". In the list of available options there is the option "Persistence". But actually this option is called "Duration" in javatest. This option should be renamed in online help The only important part is the text change in the middle, the rest are header and footer updates. Thanks! Brian diff --git a/src/com/sun/javatest/help/default/ui/appearancePrefs.html b/src/com/sun/javatest/help/default/ui/appearancePrefs.html --- a/src/com/sun/javatest/help/default/ui/appearancePrefs.html +++ b/src/com/sun/javatest/help/default/ui/appearancePrefs.html @@ -2,25 +2,25 @@ This is the 
start of a procedureTo specify prior status used to restrict the set of tests that are run, perform the following steps:

-> +
  1. Click the QuickSet Mode buttonQuick Set Mode button on the Test Manager tool bar or choose Configure @@ -102,7 +102,7 @@ Passed -Selects tests with passing results the last time the test was executed. +Selects tests with passing results the last time the test was executed. @@ -111,7 +111,7 @@ Failed -Selects tests with failed results the last time the test was executed. +Selects tests with failed results the last time the test was executed. @@ -129,7 +129,7 @@ Not Run -Selects tests without results in the current work directory. +Selects tests without results in the current work directory. @@ -171,7 +171,7 @@ runs.

    -

    Copyright © 2001, 2011, Oracle and/or its affiliates. All rights reserved.

    +

    Copyright © 2001, 2014, Oracle and/or its affiliates. All rights reserved.

    From brian.kurotsuchi at oracle.com Thu May 8 19:45:46 2014 From: brian.kurotsuchi at oracle.com (Brian Kurotsuchi) Date: Thu, 08 May 2014 13:45:46 -0600 Subject: FOR REVIEW: CODETOOLS-7900284 - link to agent monitor incorrect in help Message-ID: <536BDEEA.7080901@oracle.com> 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 @@