This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new f933546 javadocs links are broken in offline docs
f933546 is described below
commit f933546bfa05cbddea4e1569afeeb7b27b88fa4b
Author: Felix Schumacher <[email protected]>
AuthorDate: Tue Apr 28 12:36:15 2020 +0200
javadocs links are broken in offline docs
Bugzilla Id: 64302
---
xdocs/changes.xml | 2 ++
xdocs/usermanual/component_reference.xml | 12 ++++++------
xdocs/usermanual/hints_and_tips.xml | 2 +-
3 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 75b2ef2..638b5a4 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -268,6 +268,7 @@ invalidated when tree selection changes.</p>
<li><bug>64022</bug>Correct Chinese translation for "Ignore Sub-Controller
blocks". Provided by yangxiaofei77 (yangxiaofei77 at gmail.com)</li>
<li><pr>552</pr>Fix <code>client.rmi.localport</code> port allocation
description. Contributed by anant-93</li>
<li><pr>543</pr>Clarify documentation of <code>__StringToFile</code>
function regarding default value of <code>Append to file?</code> parameter.
Contributed by Ori Marko</li>
+ <li><bug>64302</bug>Correct links to BeanShell best practices and to JavaFX
implementation website. Reported by 2477441814 (2477441814 at qq.com)</li>
</ul>
<h3>General</h3>
@@ -301,6 +302,7 @@ invalidated when tree selection changes.</p>
<li>Markus Wolf (wolfm at t-systems.com)</li>
<li>Pierre Astruc (pierre.astruc at evertest.com)</li>
<li>YYTVicky (yytvicky at github)</li>
+ <li>2477441814 at qq.com</li>
</ul>
<p>
Apologies if we have omitted anyone else.
diff --git a/xdocs/usermanual/component_reference.xml
b/xdocs/usermanual/component_reference.xml
index ddd0cd1..d3d02ec 100644
--- a/xdocs/usermanual/component_reference.xml
+++ b/xdocs/usermanual/component_reference.xml
@@ -1011,7 +1011,7 @@ The <code>interrupt()</code> method can be defined in the
script or the init fil
<property name="Reset bsh.Interpreter before each call" required="Yes">
If this option is selected, then the interpreter will be recreated for
each sample.
This may be necessary for some long running scripts.
- For further information, see <a href="best-practices#bsh_scripting">Best
Practices - BeanShell scripting</a>.
+ For further information, see <a
href="best-practices.html#bsh_scripting">Best Practices - BeanShell
scripting</a>.
</property>
<property name="Parameters" required="No">Parameters to pass to the
BeanShell script.
This is intended for use with script files; for scripts defined in the
GUI, you can use whatever
@@ -3136,7 +3136,7 @@ See the file <code>BeanShellListeners.bshrc</code> for
example definitions.
<property name="Reset bsh.Interpreter before each call" required="Yes">
If this option is selected, then the interpreter will be recreated for
each sample.
This may be necessary for some long running scripts.
- For further information, see <a href="best-practices#bsh_scripting">Best
Practices - BeanShell scripting</a>.
+ For further information, see <a
href="best-practices.html#bsh_scripting">Best Practices - BeanShell
scripting</a>.
</property>
<property name="Parameters" required="No">Parameters to pass to the
BeanShell script.
The parameters are stored in the following variables:
@@ -4680,7 +4680,7 @@ See the file <code>BeanShellListeners.bshrc</code> for
example definitions.
<property name="Reset bsh.Interpreter before each call" required="Yes">
If this option is selected, then the interpreter will be recreated for
each sample.
This may be necessary for some long running scripts.
- For further information, see <a href="best-practices#bsh_scripting">Best
Practices - BeanShell scripting</a>.
+ For further information, see <a
href="best-practices.html#bsh_scripting">Best Practices - BeanShell
scripting</a>.
</property>
<property name="Parameters" required="No">Parameters to pass to the
BeanShell script.
The parameters are stored in the following variables:
@@ -5258,7 +5258,7 @@ See the file <code>BeanShellListeners.bshrc</code> for
example definitions.
<property name="Reset bsh.Interpreter before each call" required="Yes">
If this option is selected, then the interpreter will be recreated for
each sample.
This may be necessary for some long running scripts.
- For further information, see <a href="best-practices#bsh_scripting">Best
Practices - BeanShell scripting</a>.
+ For further information, see <a
href="best-practices.html#bsh_scripting">Best Practices - BeanShell
scripting</a>.
</property>
<property name="Parameters" required="No">Parameters to pass to the
BeanShell script.
The parameters are stored in the following variables:
@@ -5503,7 +5503,7 @@ See the file <code>BeanShellListeners.bshrc</code> for
example definitions.
<property name="Reset bsh.Interpreter before each call" required="Yes">
If this option is selected, then the interpreter will be recreated for
each sample.
This may be necessary for some long running scripts.
- For further information, see <a href="best-practices#bsh_scripting">Best
Practices - BeanShell scripting</a>.
+ For further information, see <a
href="best-practices.html#bsh_scripting">Best Practices - BeanShell
scripting</a>.
</property>
<property name="Parameters" required="No">Parameters to pass to the
BeanShell script.
The parameters are stored in the following variables:
@@ -6141,7 +6141,7 @@ See the file <code>BeanShellListeners.bshrc</code> for
example definitions.
<property name="Reset bsh.Interpreter before each call" required="Yes">
If this option is selected, then the interpreter will be recreated for
each sample.
This may be necessary for some long running scripts.
- For further information, see <a href="best-practices#bsh_scripting">Best
Practices - BeanShell scripting</a>.
+ For further information, see <a
href="best-practices.html#bsh_scripting">Best Practices - BeanShell
scripting</a>.
</property>
<property name="Parameters" required="No">Parameters to pass to the
BeanShell script.
The parameters are stored in the following variables:
diff --git a/xdocs/usermanual/hints_and_tips.xml
b/xdocs/usermanual/hints_and_tips.xml
index 37b5036..f2f6b9f 100644
--- a/xdocs/usermanual/hints_and_tips.xml
+++ b/xdocs/usermanual/hints_and_tips.xml
@@ -237,7 +237,7 @@ will match any component that contains test in searchable
elements of the compon
<li>Follow this <a href="https://openjfx.io/openjfx-docs/"
>documentation</a> to install Java FX for your OS and Java version. <br/>
If you don't want to read it, here are the necessary steps:
<ul>
- <li>Go to <a href="Gluon
website">https://gluonhq.com/products/javafx/</a> and download the runtime for
your Java version and OS</li>
+ <li>Go to <a
href="https://gluonhq.com/products/javafx/">Gluon website</a> and download the
runtime for your Java version and OS</li>
<li>Unzip it</li>
<li>Then configure a variable pointing to lib folder:<br/>
Linux/MacOSX:<br/>