Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 47843 invoked from network); 6 Jan 2005 21:12:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Jan 2005 21:12:46 -0000 Received: (qmail 2016 invoked by uid 500); 6 Jan 2005 21:12:44 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 1975 invoked by uid 500); 6 Jan 2005 21:12:44 -0000 Mailing-List: contact dev-help@ant.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 dev@ant.apache.org Received: (qmail 1960 invoked by uid 99); 6 Jan 2005 21:12:44 -0000 X-ASF-Spam-Status: No, hits=2.1 required=10.0 tests=NO_REAL_NAME,WEIRD_QUOTING X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 06 Jan 2005 13:12:42 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id j06LCeTL012512 for ; Thu, 6 Jan 2005 22:12:40 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id j06LCeq5012510; Thu, 6 Jan 2005 22:12:40 +0100 Date: Thu, 6 Jan 2005 22:12:40 +0100 Message-Id: <200501062112.j06LCeq5012510@ajax.apache.org> From: bugzilla@apache.org To: dev@ant.apache.org Subject: DO NOT REPLY [Bug 30921] - Quotes in CLASSPATH can screw up ant.bat X-Bugzilla-Reason: AssignedTo 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=30921 ------- Additional Comments From ant@kruithof.xs4all.nl 2005-01-06 22:12 ------- This would break ant if no classpath is set at all, as then also the java command being called would have to be stripped from the quotes, which would in turn take the first of the ant opts as classpath if the classpath is not set at all. Trying with BLAH set to: | some text | "some text" | "" | not set | text | test performed | | | | | | -----------------+-----------+-------------+-------+---------+-------+ %BLAH%=="" | error | false | true | false | false | -----------------+-----------+-------------+-------+---------+-------+ "%BLAH%"=="" | false | error | false | false | false | -----------------+-----------+-------------+-------+---------+-------+ ""%BLAH%""=="""" | error | false | false | false | false | -----------------+-----------+-------------+-------+---------+-------+ shows that the check is completely bogus and that the batch script either fails or runs ant with the classpath, unless the -noclasspath option was given. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org