Return-Path: Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 38243 invoked by uid 500); 12 Aug 2003 09:33:44 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 38230 invoked from network); 12 Aug 2003 09:33:43 -0000 Received: from webmail2.activeisp.com (HELO mailengine1.web2000.activeisp.com) (213.188.134.18) by daedalus.apache.org with SMTP; 12 Aug 2003 09:33:43 -0000 Received: from ROADRUNNER (unverified [217.155.44.225]) by webmail.activeisp.com (Rockliffe SMTPRA 5.2.5) with ESMTP id for ; Tue, 12 Aug 2003 11:33:44 +0200 From: "Tim Gordon" To: "Ant Users List" Subject: RE: Properties with spaces in via a wrapper script Date: Tue, 12 Aug 2003 10:34:29 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N It's not something that ships with ANT - just my own wrapper, grown from the original ANT one, which doesn't work with my UWIN ksh. What happens is that -Dx="some thing" and "-Dx=some thing" both end up as -Dx=some thing inside the script, before it's passed to the java invocation which fires off ANT itself. I've got to use spaces - I'm trying to pass things through to another java invocation which will in turn parse the command line - changing this isn't an option for me. I'm starting to get the fear! -----Original Message----- From: Stefan Bodewig [mailto:bodewig@apache.org] Sent: 12 August 2003 10:27 To: user@ant.apache.org Subject: Re: Properties with spaces in via a wrapper script On Tue, 12 Aug 2003, Tim Gordon wrote: > ant.sh target -Dproperty="some thing" Does ant.sh target "-Dproperty=some thing" work? BTW, what is ant.sh? Nothing that ships with Ant, is it? Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org