[DO NOT REPLY: Bug 3558] New: update documentation; invalid manifest file; cannot run using java -jar

2001-09-11 Thread bugzilla

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.8624Tue Sep 11 19:13:17 2001
***
*** 0 
--- 1,46 
+ ++
+ | update documentation; invalid manifest file; cannot run using java -jar|
+ ++
+ |Bug #: 3558Product: 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:   -classpath $CLASSPATH:ApacheJMeter.jar 
+ org.apache.jmeter.Driver [properties file] 
+ Windows:   -classapth %
+ classpath%;ApacheJMeter.jar org.apache.jmeter.Driver [properties file] 
+ 
+ CHANGE TO
+ -
+ UNIX:   -classpath $CLASSPATH:ApacheJMeter.jar 
+ org.apache.jmeter.NewDriver [properties file] 
+ Windows:   -classapth %
+ classpath%;ApacheJMeter.jar org.apache.jmeter.NewDriver [properties file]

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




[DO NOT REPLY: Bug 3557] New: jmeter.bat syntax error; bad IF statements

2001-09-11 Thread bugzilla

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=3557

*** shadow/3557 Tue Sep 11 18:25:28 2001
--- shadow/3557.tmp.7258Tue Sep 11 18:25:29 2001
***
*** 0 
--- 1,25 
+ ++
+ | jmeter.bat syntax error; bad IF statements |
+ ++
+ |Bug #: 3557Product: JMeter  |
+ |   Status: NEW Version: 1.5 |
+ |   Resolution:Platform: PC  |
+ | Severity: Normal   OS/Version: Windows 9x  |
+ | Priority: Other Component: Main|
+ ++
+ |  Assigned To: [EMAIL PROTECTED]|
+ |  Reported By: [EMAIL PROTECTED]  |
+ |  CC list: Cc:  |
+ ++
+ |  URL:  |
+ ++
+ |  DESCRIPTION   |
+ In bin/jmeter.bat and bin/jmeter-server.bat, all of the IF statements generate 
+ errors on Windows 98.  
+ 
+ The IF statements there check equality of two strings using the EQU operator.  
+ I have never seen this operator before.  I have only seen the use of "==".  The 
+ DOS references I've found on the net only mention "==".  Additionally, I 
+ verified that several other Apache products also use "==".
+ 
+ I changed each of the EQU's to "==", and the BAT files work fine.

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




A quick change in the build script

2001-09-11 Thread Scott Coleman

Hi all

Attached is the build.bat file with a extra check validating that the
JAVA_HOME is set and if not providing an informative message why the build
may fail. Anyone can use it, and maybe someone would like to check it into
cvs. <> 

Regards
Scott
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.274 / Virus Database: 144 - Release Date: 8/23/2001


 build.bat

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