Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 55553 invoked from network); 5 Aug 2002 18:39:40 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 5 Aug 2002 18:39:40 -0000 Received: (qmail 2819 invoked by uid 97); 5 Aug 2002 18:39:56 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 2728 invoked by uid 97); 5 Aug 2002 18:39:55 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 2579 invoked by uid 50); 5 Aug 2002 18:39:54 -0000 Date: 5 Aug 2002 18:39:54 -0000 Message-ID: <20020805183954.2572.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 11478] New: - Latest ant.bat script not compatible w/ 4NT X-Spam-Rating: daedalus.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://nagoya.apache.org/bugzilla/show_bug.cgi?id=11478 Latest ant.bat script not compatible w/ 4NT Summary: Latest ant.bat script not compatible w/ 4NT Product: Ant Version: 1.5 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: Wrapper scripts AssignedTo: ant-dev@jakarta.apache.org ReportedBy: kenkyee@excite.com I had to modify this line: if "%@eval[2+2]%" == "4" goto setup4NT to add an extra % Also had to use this code: if not exist "%_JAVACMD%.exe" goto noJava :noJava Error: "%_JAVACMD%.exe" not found - check JAVA_HOME goto end instead of the code that concatenated those two lines after the "if not exist" above. -- To unsubscribe, e-mail: For additional commands, e-mail: