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.7258        Tue Sep 11 18:25:29 2001
***************
*** 0 ****
--- 1,25 ----
+ +============================================================================+
+ | jmeter.bat syntax error; bad IF statements                                 |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3557                        Product: 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]

Reply via email to