DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8349>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8349 run.bat doesn't handle spaces in directories Summary: run.bat doesn't handle spaces in directories Product: Avalon Version: unspecified Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Minor Priority: Other Component: Phoenix AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The run.bat I found included with James does not handle spaces in the directories. I keep almost all my stuff off of "My Documents", so I find these sorts of bugs easily in lots of projects. I'm reporting this against Avalon/Pheonix becuase that's what does James' bootstrapping. The folowing is the replacement I did to get the last line to work. "%PHOENIX_JAVACMD%" "-Djava.ext.dirs=%PHOENIX_HOME%\lib" %PHOENIX_JVM_OPTS% - jar "%PHOENIX_HOME%\bin\phoenix-loader.jar" %1 %2 %3 %4 %5 %6 %7 %8 %9 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>