Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 457 invoked from network); 6 Jan 2005 20:06:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Jan 2005 20:06:18 -0000 Received: (qmail 89840 invoked by uid 500); 6 Jan 2005 20:06:17 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 89799 invoked by uid 500); 6 Jan 2005 20:06:16 -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 89784 invoked by uid 99); 6 Jan 2005 20:06:16 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME 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 12:06:14 -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 j06K6Biv021920 for ; Thu, 6 Jan 2005 21:06:11 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id j06K6BlD021918; Thu, 6 Jan 2005 21:06:11 +0100 Date: Thu, 6 Jan 2005 21:06:11 +0100 Message-Id: <200501062006.j06K6BlD021918@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 brantgurganus2001@cherokeescouting.org changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version| |All ------- Additional Comments From brantgurganus2001@cherokeescouting.org 2005-01-06 21:06 ------- I have a solution, at least for my case which is: CLASSPATH="C:\Program Files\junit3.8.1\junit.jar" The solution was to modify the first line of :runAnt from: if not "%CLASSPATH%"=="" goto runAntWithClasspath to: if not %CLASSPATH%=="" goto runAntWithClasspath I thought that this solution would not work when there were other classpath elements with quotation marks around them. I set my classpath to: CLASSPATH="C:\Program Files\junit3.8.1\junit.jar";"" Even after that change, the wrapper batch file did not complain. If other people can confirm that this change does not cause problems, this change could be patched in to solve this problem. -- 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