mstover1 2003/01/29 16:35:46
Modified: . build.xml
docs/images/screenshots/ftptest ftp-defaults.png
ftp-defaults2.png ftp-request.png ftp-request2.png
spline-results.png threadgroup2.png
docs/usermanual build-ftp-test-plan.html
src/core/org/apache/jmeter/util JMeterUtils.java
xdocs/usermanual build-adv-web-test-plan.xml
build-db-test-plan.xml build-ftp-test-plan.xml
build-web-test-plan.xml test_plan.xml
Log:
updating screenshots
Revision Changes Path
1.86 +7 -1 jakarta-jmeter/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/build.xml,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- build.xml 15 Jan 2003 00:45:45 -0000 1.85
+++ build.xml 30 Jan 2003 00:35:46 -0000 1.86
@@ -13,7 +13,7 @@
</description>
<!-- JMeter version -->
- <property name="version" value="1.8+"/>
+ <property name="version" value="1.8.1"/>
<!-- Where the Sources live -->
<property name="src.dir" value="src"/>
@@ -320,6 +320,12 @@
<include name="${lib.dir}/"/>
<include name="${jar.dest}/"/> <!-- redundant but future-proof -->
<include name="${docs.dest}/"/> <exclude name="${docs.api.dest}/"/>
+ <exclude name="**/mail.jar"/>
+ <exclude name="**/activation.jar"/>
+ <exclude name="**/mailapi.jar"/>
+ <exclude name="**/pop3.jar"/>
+ <exclude name="**/smtp.jar"/>
+ <exclude name="**/imap.jar"/>
<include name="README"/>
<include name="LICENSE"/>
</patternset>
1.4 +32 -21 jakarta-jmeter/docs/images/screenshots/ftptest/ftp-defaults.png
<<Binary file>>
1.4 +29 -30 jakarta-jmeter/docs/images/screenshots/ftptest/ftp-defaults2.png
<<Binary file>>
1.4 +28 -27 jakarta-jmeter/docs/images/screenshots/ftptest/ftp-request.png
<<Binary file>>
1.4 +43 -18 jakarta-jmeter/docs/images/screenshots/ftptest/ftp-request2.png
<<Binary file>>
1.4 +33 -25
jakarta-jmeter/docs/images/screenshots/ftptest/spline-results.png
<<Binary file>>
1.4 +21 -17 jakarta-jmeter/docs/images/screenshots/ftptest/threadgroup2.png
<<Binary file>>
1.18 +1 -1 jakarta-jmeter/docs/usermanual/build-ftp-test-plan.html
Index: build-ftp-test-plan.html
===================================================================
RCS file: /home/cvs/jakarta-jmeter/docs/usermanual/build-ftp-test-plan.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- build-ftp-test-plan.html 29 Jan 2003 17:18:47 -0000 1.17
+++ build-ftp-test-plan.html 30 Jan 2003 00:35:46 -0000 1.18
@@ -148,7 +148,7 @@
Group Control Panel in the right section of the JMeter window (see Figure 8.1
below)
</p>
-
<p><table
border="0" cellspacing="0" cellpadding="0"><tr><td><img
src="../images/screenshots/ftptest/threadgroup.png"><br/>
+
<p><table
border="0" cellspacing="0" cellpadding="0"><tr><td><img
src="../images/screenshots/webtest/threadgroup.png"><br/>
<font size="-1">
Figure 8.1. Thread Group with Default Values
</font></td></tr></table></p>
1.15 +3 -2 jakarta-jmeter/src/core/org/apache/jmeter/util/JMeterUtils.java
Index: JMeterUtils.java
===================================================================
RCS file: /home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/util/JMeterUtils.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- JMeterUtils.java 1 Jan 2003 23:36:55 -0000 1.14
+++ JMeterUtils.java 30 Jan 2003 00:35:46 -0000 1.15
@@ -91,7 +91,7 @@
*/
public class JMeterUtils implements UnitTestManager
{
- private static final String VERSION="1.8+";
+ private static final String VERSION="1.8.1";
transient private static Logger log =
Hierarchy.getDefaultHierarchy().getLoggerFor("jmeter.util");
@@ -935,3 +935,4 @@
return VERSION;
}
}
+
1.5 +1 -1 jakarta-jmeter/xdocs/usermanual/build-adv-web-test-plan.xml
Index: build-adv-web-test-plan.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/build-adv-web-test-plan.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build-adv-web-test-plan.xml 18 Jun 2002 01:01:15 -0000 1.4
+++ build-adv-web-test-plan.xml 30 Jan 2003 00:35:46 -0000 1.5
@@ -26,7 +26,7 @@
<p>Download <a href="../demos/URLRewritingExample.jmx">this example</a>. In Figure
1 is shown a
test plan using URL rewriting. Note that the URL Re-writing modifier is attached
to the ThreadGroup,
thus assuring that it will affect every request in that ThreadGroup.</p>
-<figure image="../images/screenshots/url_rewrite_example_a.gif">Figure 1 - Test
Tree</figure>
+<figure image="../images/screenshots/url_rewrite_example_a.png">Figure 1 - Test
Tree</figure>
<p>In Figure 2, we see the URL Re-writing modifier GUI, which just has a field for
the user to specify
the name of the session ID parameter. There is also a checkbox for indicating that
the session ID should
be part of the path (separated by a ";"), rather than a request parameter</p>
1.4 +1 -1 jakarta-jmeter/xdocs/usermanual/build-db-test-plan.xml
Index: build-db-test-plan.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/build-db-test-plan.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build-db-test-plan.xml 26 Jun 2002 00:59:49 -0000 1.3
+++ build-db-test-plan.xml 30 Jan 2003 00:35:46 -0000 1.4
@@ -45,7 +45,7 @@
Group Control Panel in the right section of the JMeter window (see Figure 7.1
below)</p>
-<figure image="../images/screenshots/jdbctest/threadgroup.png">
+<figure image="../images/screenshots/webtest/threadgroup.png">
Figure 7.1. Thread Group with Default Values</figure>
<p>Start by providing a more descriptive name for our Thread Group. In the name
1.5 +1 -1 jakarta-jmeter/xdocs/usermanual/build-ftp-test-plan.xml
Index: build-ftp-test-plan.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/build-ftp-test-plan.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- build-ftp-test-plan.xml 26 Jun 2002 00:59:49 -0000 1.4
+++ build-ftp-test-plan.xml 30 Jan 2003 00:35:46 -0000 1.5
@@ -45,7 +45,7 @@
Group Control Panel in the right section of the JMeter window (see Figure 8.1
below)</p>
-<figure image="../images/screenshots/ftptest/threadgroup.png">
+<figure image="../images/screenshots/webtest/threadgroup.png">
Figure 8.1. Thread Group with Default Values</figure>
<p>Start by providing a more descriptive name for our Thread Group. In the name
1.14 +6 -6 jakarta-jmeter/xdocs/usermanual/build-web-test-plan.xml
Index: build-web-test-plan.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/build-web-test-plan.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- build-web-test-plan.xml 26 Jun 2002 00:59:49 -0000 1.13
+++ build-web-test-plan.xml 30 Jan 2003 00:35:46 -0000 1.14
@@ -48,7 +48,7 @@
Group Control Panel in the right section of the JMeter window (see Figure 5.1
below)</p>
-<figure image="../images/screenshots/webtest/threadgroup.gif">
+<figure image="../images/screenshots/webtest/threadgroup.png">
Figure 5.1. Thread Group with Default Values</figure>
<p>Start by providing a more descriptive name for our Thread Group. In the name
@@ -78,7 +78,7 @@
<p>See Figure 5.2 for the completed Jakarta Users Thread Group.</p>
-<figure image="../images/screenshots/webtest/threadgroup2.gif">
+<figure image="../images/screenshots/webtest/threadgroup2.png">
Figure 5.2. Jakarta Users Thread Group</figure>
</section>
@@ -94,7 +94,7 @@
Defaults. Then, select this new element to view its Control Panel (see Figure 5.3).
</p>
-<figure image="../images/screenshots/webtest/http-defaults1.gif">
+<figure image="../images/screenshots/webtest/http-defaults1.png">
Figure 5.3. HTTP Request Defaults</figure>
<p>
@@ -114,7 +114,7 @@
<p>See Figure 5.4 for the completed HTTP Request Defaults element</p>
-<figure image="../images/screenshots/webtest/http-defaults2.gif">
+<figure image="../images/screenshots/webtest/http-defaults2.png">
Figure 5.4. HTTP Defaults for our Test Plan</figure>
</section>
@@ -154,7 +154,7 @@
</ol>
</p>
-<figure image="../images/screenshots/webtest/http-request1.gif">
+<figure image="../images/screenshots/webtest/http-request1.png">
Figure 5.5. HTTP Request for Jakarta Home Page</figure>
<p>Next, add the second HTTP Request and edit the following properties (see
@@ -165,7 +165,7 @@
</ol>
</p>
-<figure image="../images/screenshots/webtest/http-request2.gif">
+<figure image="../images/screenshots/webtest/http-request2.png">
Figure 5.6. HTTP Request for Jakarta Project Guidelines Page</figure>
</section>
1.8 +1 -1 jakarta-jmeter/xdocs/usermanual/test_plan.xml
Index: test_plan.xml
===================================================================
RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/test_plan.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- test_plan.xml 28 Dec 2002 01:50:35 -0000 1.7
+++ test_plan.xml 30 Jan 2003 00:35:46 -0000 1.8
@@ -235,7 +235,7 @@
Since we placed "Web Defaults 1" inside a Loop Controller, only "Web Page 2" can
access it. The other HTTP
requests will use "Web Defaults 2", since we placed it in the Thread Group (the
"parent" of all other branches).</p>
-<figure image="../images/screenshots/http-config/http-config-example.gif">Figure 1 -
+<figure image="../images/screenshots/http-config/http-config-example.png">Figure 1 -
Test Plan Showing Accessability of Configuration Elements</figure>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]