Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 79844 invoked from network); 6 Jul 2004 04:05:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Jul 2004 04:05:36 -0000 Received: (qmail 10338 invoked by uid 500); 6 Jul 2004 04:05:31 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 10222 invoked by uid 500); 6 Jul 2004 04:05:30 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 10195 invoked by uid 99); 6 Jul 2004 04:05:29 -0000 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [192.18.33.10] (HELO exchange.sun.com) (192.18.33.10) by apache.org (qpsmtpd/0.27.1) with SMTP; Mon, 05 Jul 2004 21:05:29 -0700 Received: (qmail 14678 invoked by uid 50); 6 Jul 2004 04:06:23 -0000 Date: 6 Jul 2004 04:06:23 -0000 Message-ID: <20040706040623.14677.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 29826] - Installation always exits with an error code. X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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://issues.apache.org/bugzilla/show_bug.cgi?id=29826 Installation always exits with an error code. ------- Additional Comments From apache@boyerfamily.org 2004-07-06 04:06 ------- This problem is due to the call to exit in setclasspath.bat. The syntax should probably be "exit /b errorlevel". There's also a typo in catalina.bat, CURRENT_DIR vs. %CURRENT_DIR%. I've attached proposed fixes for the two files. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org