Return-Path: Delivered-To: apmail-avalon-dev-archive@avalon.apache.org Received: (qmail 75663 invoked by uid 500); 10 Jun 2003 14:02:22 -0000 Mailing-List: contact dev-help@avalon.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon Developers List" Reply-To: "Avalon Developers List" Delivered-To: mailing list dev@avalon.apache.org Received: (qmail 75574 invoked from network); 10 Jun 2003 14:02:21 -0000 Received: from ms-smtp-03.southeast.rr.com (24.93.67.84) by daedalus.apache.org with SMTP; 10 Jun 2003 14:02:21 -0000 Received: from noel770 (cae88-20-129.sc.rr.com [24.88.20.129]) by ms-smtp-03.southeast.rr.com (8.12.5/8.12.2) with SMTP id h5AE0i8V007530 for ; Tue, 10 Jun 2003 10:00:45 -0400 (EDT) From: "Noel J. Bergman" To: Subject: FW: [Bug 20645] New: - run.bat created wrong temp dir Date: Tue, 10 Jun 2003 10:01:57 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have applied this to the copy in James. This needs to be applied to Phoenix. --- Noel -----Original Message----- From: bugzilla@apache.org [mailto:bugzilla@apache.org] Sent: Tuesday, June 10, 2003 9:38 To: james-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 20645] New: - run.bat created wrong temp dir DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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: james-dev@jakarta.apache.org ReportedBy: bart@desgeht.net 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: dev-unsubscribe@avalon.apache.org For additional commands, e-mail: dev-help@avalon.apache.org