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=20645>. 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=20645 run.bat created wrong temp dir Summary: run.bat created wrong temp dir Product: James Version: unspecified Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: James Core AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] run.bat creates the temp dir with the following statement: ----- 8< --- ... if not exist "%PHOENIX_TMPDIR%" mkdir %PHOENIX_TMPDIR% ... ----- 8< --- This should be changed to: ----- 8< --- ... if not exist "%PHOENIX_TMPDIR%" mkdir "%PHOENIX_TMPDIR%" ... ----- 8< --- The dir value should be quoted. ;-) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
