Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update documentation; invalid manifest file; cannot run using java -jar #747

Closed
asfimport opened this issue Sep 11, 2001 · 3 comments
Closed

Comments

@asfimport
Copy link
Collaborator

khammond25 (Bug 3558):
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]

Severity: normal
OS: All

@asfimport
Copy link
Collaborator Author

Mike Stover (migrated from Bugzilla):
The "From the Command Line" section has been deleted. JMeter needs to be run
using the shell scripts.

@asfimport
Copy link
Collaborator Author

Jordi Salvat i Alabart (migrated from Bugzilla):
Marking all bugs RESOLVED before JMeter 1.8's release date as VERIFIED.
Yes, it's pretty poor QA procedure, but there's bugs here lingering since JMeter
1.6, and we need to clean up a little.

@asfimport
Copy link
Collaborator Author

Jordi Salvat i Alabart (migrated from Bugzilla):
Bulk-closing all bugs RESOLVED before JMeter 1.8 release date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant