DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39677>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39677 Summary: Missing space in jmeter.bat Product: JMeter Version: Nightly (Please specify date) Platform: PC OS/Version: Windows XP Status: NEW Severity: trivial Priority: P2 Component: Main AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] There is a little problem with the jmeter.bat that shift with the last nightly build (29 mai). The last line should be changed to this : %JM_START% %JM_LAUNCH% %JVM_ARGS% %ARGS% -jar "%JMETER_BIN%ApacheJMeter.jar" %JMETER_CMD_LINE_ARGS% Instead of %JM_START% %JM_LAUNCH% %JVM_ARGS% %ARGS% -jar %JMETER_BIN%ApacheJMeter.jar %JMETER_CMD_LINE_ARGS% Because if the %JMETER_BIN% env var contains space, it will fail (it will try to launch the jar file c:/documents, etc). Using "" will correct that thing. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
