You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2017/06/03 14:23:40 UTC

svn commit: r1797508 - in /jmeter/trunk/xdocs: changes_history.xml usermanual/component_reference.xml usermanual/jmeter_tutorial.xml usermanual/properties_reference.xml

Author: fschumacher
Date: Sat Jun  3 14:23:39 2017
New Revision: 1797508

URL: http://svn.apache.org/viewvc?rev=1797508&view=rev
Log:
Correct markup.

Modified:
    jmeter/trunk/xdocs/changes_history.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml
    jmeter/trunk/xdocs/usermanual/jmeter_tutorial.xml
    jmeter/trunk/xdocs/usermanual/properties_reference.xml

Modified: jmeter/trunk/xdocs/changes_history.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes_history.xml?rev=1797508&r1=1797507&r2=1797508&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes_history.xml [utf-8] (original)
+++ jmeter/trunk/xdocs/changes_history.xml [utf-8] Sat Jun  3 14:23:39 2017
@@ -4607,7 +4607,7 @@ The thread is not now started unless the
 <li>HttpClient4 sampler now re-uses connections properly (previously it would use one per sample, which could quickly cause resource exhaustion).</li>
 <li>Various fixes to JMS samplers</li>
 <li>Functions are no longer spuriously invoked when used with a Configuration element</li>
-<li>WebService sampler GUI has been re-organized for better design and more user-friendliness. Some improments on WSDL configuration assistant</li>
+<li>WebService sampler GUI has been re-organized for better design and more user-friendliness. Some improvements on WSDL configuration assistant</li>
 <li>Better handling of test shutdown. System.exit now only called if there is no other option; even this can be disabled.</li>
 </ul>
 

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1797508&r1=1797507&r2=1797508&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Jun  3 14:23:39 2017
@@ -6688,7 +6688,7 @@ Jakarta ORO also supports zero-width loo
 but retain the trailing <code>/</code> in the output by using <code>(^/images(?=/))</code>.</p>
 
 <note>
-Note that the current version of Jakara ORO does not support look-behind - i.e. <code>(?&lt;=&hellip;)</code> or <code>(?&lt;!&hellip;)</code>.
+Note that the current version of Jakarta ORO does not support look-behind - i.e. <code>(?&lt;=&hellip;)</code> or <code>(?&lt;!&hellip;)</code>.
 </note>
 
 <p>Look out for overlapping matchers. For example the value <code>.*</code> as a regex in a variable named

Modified: jmeter/trunk/xdocs/usermanual/jmeter_tutorial.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/jmeter_tutorial.xml?rev=1797508&r1=1797507&r2=1797508&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/jmeter_tutorial.xml (original)
+++ jmeter/trunk/xdocs/usermanual/jmeter_tutorial.xml Sat Jun  3 14:23:39 2017
@@ -864,7 +864,8 @@ below.
   <dt><code>compile-monitor</code></dt><dd>compiles the sampler in monitor directory and all dependencies</dd>
   <dt><code>compile-rmi</code></dt><dd>compiles the samplers in rmi directory and all dependencies</dd>
   <dt><code>compile-tests</code></dt><dd>compiles the tests and all dependencies</dd>
-  <dt><code>docs-api</code></dt><dd>creates the <code>javadocsdocs-all</code> – generates all docs.</dd>
+  <dt><code>docs-api</code></dt><dd>creates the javadocs</dd>
+  <dt><code>docs-all</code><dt><dd>generates all docs.</dd>
   <dt><code>package</code></dt><dd>compiles everything and creates jar files of the compiled protocols</dd>
   <dt><code>package-only</code></dt><dd>creates jar files of the compiled components</dd>
 </dl>

Modified: jmeter/trunk/xdocs/usermanual/properties_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/properties_reference.xml?rev=1797508&r1=1797507&r2=1797508&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/properties_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/properties_reference.xml Sat Jun  3 14:23:39 2017
@@ -1086,7 +1086,7 @@ JMETER-SERVER</source>
     Defaults to empty value.
 </property>
 <property name="beanshell.sampler.init">
-    Define the intialisation files for BeanShell Sampler, Function and
+    Define the initialisation files for BeanShell Sampler, Function and
     other BeanShell elements.<br/>
     <note>N.B. Beanshell test elements do not share interpreters.
     Each element in each thread has its own interpreter.



Re: svn commit: r1797508 - in /jmeter/trunk/xdocs: changes_history.xml usermanual/component_reference.xml usermanual/jmeter_tutorial.xml usermanual/properties_reference.xml

Posted by Felix Schumacher <fe...@internetallee.de>.
Am 03.06.2017 um 16:23 schrieb fschumacher@apache.org:
> Author: fschumacher
> Date: Sat Jun  3 14:23:39 2017
> New Revision: 1797508
>
> URL: http://svn.apache.org/viewvc?rev=1797508&view=rev
> Log:
> Correct markup.
As you might have noticed, this commit has more spellchecking actions, 
than markup corrections. Do I have to change the commit message, or is 
it OK, given, that no functionality changed?

Felix

>
> Modified:
>      jmeter/trunk/xdocs/changes_history.xml
>      jmeter/trunk/xdocs/usermanual/component_reference.xml
>      jmeter/trunk/xdocs/usermanual/jmeter_tutorial.xml
>      jmeter/trunk/xdocs/usermanual/properties_reference.xml
>
> Modified: jmeter/trunk/xdocs/changes_history.xml
> URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes_history.xml?rev=1797508&r1=1797507&r2=1797508&view=diff
> ==============================================================================
> --- jmeter/trunk/xdocs/changes_history.xml [utf-8] (original)
> +++ jmeter/trunk/xdocs/changes_history.xml [utf-8] Sat Jun  3 14:23:39 2017
> @@ -4607,7 +4607,7 @@ The thread is not now started unless the
>   <li>HttpClient4 sampler now re-uses connections properly (previously it would use one per sample, which could quickly cause resource exhaustion).</li>
>   <li>Various fixes to JMS samplers</li>
>   <li>Functions are no longer spuriously invoked when used with a Configuration element</li>
> -<li>WebService sampler GUI has been re-organized for better design and more user-friendliness. Some improments on WSDL configuration assistant</li>
> +<li>WebService sampler GUI has been re-organized for better design and more user-friendliness. Some improvements on WSDL configuration assistant</li>
>   <li>Better handling of test shutdown. System.exit now only called if there is no other option; even this can be disabled.</li>
>   </ul>
>   
>
> Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
> URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1797508&r1=1797507&r2=1797508&view=diff
> ==============================================================================
> --- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
> +++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Jun  3 14:23:39 2017
> @@ -6688,7 +6688,7 @@ Jakarta ORO also supports zero-width loo
>   but retain the trailing <code>/</code> in the output by using <code>(^/images(?=/))</code>.</p>
>   
>   <note>
> -Note that the current version of Jakara ORO does not support look-behind - i.e. <code>(?&lt;=&hellip;)</code> or <code>(?&lt;!&hellip;)</code>.
> +Note that the current version of Jakarta ORO does not support look-behind - i.e. <code>(?&lt;=&hellip;)</code> or <code>(?&lt;!&hellip;)</code>.
>   </note>
>   
>   <p>Look out for overlapping matchers. For example the value <code>.*</code> as a regex in a variable named
>
> Modified: jmeter/trunk/xdocs/usermanual/jmeter_tutorial.xml
> URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/jmeter_tutorial.xml?rev=1797508&r1=1797507&r2=1797508&view=diff
> ==============================================================================
> --- jmeter/trunk/xdocs/usermanual/jmeter_tutorial.xml (original)
> +++ jmeter/trunk/xdocs/usermanual/jmeter_tutorial.xml Sat Jun  3 14:23:39 2017
> @@ -864,7 +864,8 @@ below.
>     <dt><code>compile-monitor</code></dt><dd>compiles the sampler in monitor directory and all dependencies</dd>
>     <dt><code>compile-rmi</code></dt><dd>compiles the samplers in rmi directory and all dependencies</dd>
>     <dt><code>compile-tests</code></dt><dd>compiles the tests and all dependencies</dd>
> -  <dt><code>docs-api</code></dt><dd>creates the <code>javadocsdocs-all</code> – generates all docs.</dd>
> +  <dt><code>docs-api</code></dt><dd>creates the javadocs</dd>
> +  <dt><code>docs-all</code><dt><dd>generates all docs.</dd>
>     <dt><code>package</code></dt><dd>compiles everything and creates jar files of the compiled protocols</dd>
>     <dt><code>package-only</code></dt><dd>creates jar files of the compiled components</dd>
>   </dl>
>
> Modified: jmeter/trunk/xdocs/usermanual/properties_reference.xml
> URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/properties_reference.xml?rev=1797508&r1=1797507&r2=1797508&view=diff
> ==============================================================================
> --- jmeter/trunk/xdocs/usermanual/properties_reference.xml (original)
> +++ jmeter/trunk/xdocs/usermanual/properties_reference.xml Sat Jun  3 14:23:39 2017
> @@ -1086,7 +1086,7 @@ JMETER-SERVER</source>
>       Defaults to empty value.
>   </property>
>   <property name="beanshell.sampler.init">
> -    Define the intialisation files for BeanShell Sampler, Function and
> +    Define the initialisation files for BeanShell Sampler, Function and
>       other BeanShell elements.<br/>
>       <note>N.B. Beanshell test elements do not share interpreters.
>       Each element in each thread has its own interpreter.
>
>