Author: sebb
Date: Sat Apr 28 09:29:09 2007
New Revision: 533385
URL: http://svn.apache.org/viewvc?view=rev&rev=533385
Log:
Remove references to 2.2.1 (replace with 2.2+)
Modified:
jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml
jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/functions.xml
jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/get-started.xml
jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/listeners.xml
Modified: jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml?view=diff&rev=533385&r1=533384&r2=533385
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml (original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml Sat Apr 28 09:29:09 2007
@@ -27,7 +27,7 @@
<!-- =================== -->
-<h3>Version 2.2.1</h3>
+<h3>Version 2.3</h3>
<h4>Summary of changes (for more details, see below)</h4>
<p>
Some of the main enhancements are:
Modified:
jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml?view=diff&rev=533385&r1=533384&r2=533385
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
(original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
Sat Apr 28 09:29:09 2007
@@ -2879,7 +2879,7 @@
<property name="Increment" required="Yes">How much to increment the
counter by after each
iteration.</property>
<property name="Maximum" required="No">If the counter exceeds the
maximum, then it is reset to the Start value.
- Since version 2.2.1, the default is Long.MAX_VALUE (previously it was
0).
+ For versions after 2.2 the default is Long.MAX_VALUE (previously it
was 0).
</property>
<property name="Format" required="No">Optional format, e.g. 000 will
format as 001, 002 etc.
This is passed to DecimalFormat, so any valid formats can be used.
@@ -2899,7 +2899,7 @@
<p>
The BeanShell PreProcessor allows arbitrary code to be applied before taking a
sample.
</p>
-<p>Since version 2.2.1, the BeanShell Post-Processor no longer ignores samples
with zero-length result data</p>
+<p>For versions after 2.2 the BeanShell Post-Processor no longer ignores
samples with zero-length result data</p>
<p>
<b>Please note that the BeanShell jar file is not included with
JMeter; it needs to be separately downloaded.
<br></br>
Modified: jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/functions.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/functions.xml?view=diff&rev=533385&r1=533384&r2=533385
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/functions.xml (original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/functions.xml Sat Apr 28
09:29:09 2007
@@ -87,7 +87,7 @@
</p>
<p>
Note that variables cannot currently be nested; i.e ${Var${N}} does not work.
-The __V (variable) function (since 2.2.1) can be used to do this:
${__V(Var${N})}.
+The __V (variable) function (versions after 2.2) can be used to do this:
${__V(Var${N})}.
In earlier JMeter versions one can use ${__BeanShell(vars.get("Var${N}")}.
</p>
<p>This type of replacement is possible without functions, but was less
convenient and less intuitive.
Modified: jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/get-started.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/get-started.xml?view=diff&rev=533385&r1=533384&r2=533385
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/get-started.xml (original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/get-started.xml Sat Apr 28
09:29:09 2007
@@ -284,7 +284,7 @@
[in JMeter 2.2 and earlier, this was forced to be the JMeter
bin directory.]
</p>
<p>
- JMeter 2.2.1 added a new command-line option, -j jmeterlogfile.
+ JMeter versions after 2.2 added a new command-line option, -j
jmeterlogfile.
This is processed after the initial properties file is read,
and before any further properties are processed.
It therefore allows the default of jmeter.log to be overridden.
Modified: jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/listeners.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/listeners.xml?view=diff&rev=533385&r1=533384&r2=533385
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/listeners.xml (original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/listeners.xml Sat Apr 28
09:29:09 2007
@@ -263,7 +263,7 @@
</table>
<note>
The active thread counts are always zero for remote tests.
-This is a restriction of the current implementation (2.2.1)
+This is a restriction of the current implementation.
</note>
<p>
Versions 2.1 and 2.1.1 of JMeter saved the Response Code as "rs", but read it
back expecting to find "rc".
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]