PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3558

*** shadow/3558 Tue Sep 11 19:13:17 2001
--- shadow/3558.tmp.8624        Tue Sep 11 19:13:17 2001
***************
*** 0 ****
--- 1,46 ----
+ +============================================================================+
+ | update documentation; invalid manifest file; cannot run using java -jar    |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3558                        Product: JMeter                  |
+ |       Status: NEW                         Version: 1.5                     |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Normal                   OS/Version: All                     |
+ |     Priority: Other                     Component: Main                    |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                |
+ |  Reported By: [EMAIL PROTECTED]                                          |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL: http://jakarta.apache.org/jmeter/running.html                |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ In release 1.6, the manifest file is as follows:
+ 
+    Manifest-Version: 1.0
+    Main-Class: org.apache.jmeter.Driver
+ 
+ Because the Driver class was removed (February 15) and replaced with 
+ org.apache.jmeter.NewDriver, you cannot run JMeter from the command line 
+ with "java -jar". 
+ 
+ The manifest file has already been corrected in CVS, but the user documentation 
+ has not been updated with this important information.  I only found one page 
+ (noted in the URL field of this bug report) that needs to be updated.
+ 
+ The section, "From the Command Line", should be updated to say
+ 1. You cannot run the current release of JMeter using java -jar.
+ 2. Change the following text so that it says "NewDriver" instead of "Driver":
+ 
+     CURRENT
+     -------
+     UNIX: <java interpreterer> <options> -classpath $CLASSPATH:ApacheJMeter.jar 
+ org.apache.jmeter.Driver [properties file] 
+     Windows: <java interpreter> <options> -classapth %
+ classpath%;ApacheJMeter.jar org.apache.jmeter.Driver [properties file] 
+ 
+     CHANGE TO
+     ---------
+     UNIX: <java interpreterer> <options> -classpath $CLASSPATH:ApacheJMeter.jar 
+ org.apache.jmeter.NewDriver [properties file] 
+     Windows: <java interpreter> <options> -classapth %
+ classpath%;ApacheJMeter.jar org.apache.jmeter.NewDriver [properties file]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to