Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@jakarta.apache.org Received: (qmail 62023 invoked by uid 500); 9 Aug 2001 23:17:25 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: ant-dev@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 62002 invoked from network); 9 Aug 2001 23:17:24 -0000 From: "Conor MacNeill" To: , Subject: RE: [Beta1] Problem with ant.bat Date: Fri, 10 Aug 2001 09:21:39 +1000 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.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <7B15D5778D69D5119BC1400010012614224D08@tuiger3.tui.de> Importance: Normal X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N Wolf, > As this worked in 1.3 I reverted some changes, > The diff file is attached. The space/quote handling > seems to be quite tricky, so I hope this > doesn't break other cases. I'm sure it will. The strategy I have used is to quote at the last opportunity. This is the only thing which I have found works well in most cases. It will require you not to have quotes in your classpath, where, I believe they are not needed. As en environment variable, CLASSPATH will happily work with no quotes. Conor