Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 6449 invoked from network); 2 Dec 2006 21:08:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Dec 2006 21:08:31 -0000 Received: (qmail 69303 invoked by uid 500); 2 Dec 2006 21:08:36 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 69263 invoked by uid 500); 2 Dec 2006 21:08:36 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 69251 invoked by uid 99); 2 Dec 2006 21:08:36 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Dec 2006 13:08:36 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of peter.kitt.reilly@gmail.com designates 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nf-out-0910.google.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Dec 2006 13:08:24 -0800 Received: by nf-out-0910.google.com with SMTP id o63so3532387nfa for ; Sat, 02 Dec 2006 13:08:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mIp5Rh+BO3CfZPaJySkzYaoj2rRU+wI3xO7MGRwc9wdodjAFv9DVUjKdY96k/l/NoDMxW5QaDgRi61zq/2vLAoSetv+Z+qw1wtiD86w+oT4fBVL5faIlxAF23aAgjarPLnG9H4WTxXtuX2yiPD+TqVkZSJB0qpv9n8piPyNrYZY= Received: by 10.82.107.15 with SMTP id f15mr1245960buc.1165093682413; Sat, 02 Dec 2006 13:08:02 -0800 (PST) Received: by 10.82.152.11 with HTTP; Sat, 2 Dec 2006 13:08:02 -0800 (PST) Message-ID: Date: Sat, 2 Dec 2006 21:08:02 +0000 From: "Peter Reilly" To: "Ant Users List" Subject: Re: How to refer PATH environment variable in Ant task In-Reply-To: <255d8d690612021201h4faf9f89i36dae99380c9bab9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <000f01c715f5$a3fa7720$1701a8c0@noicltjks> <255d8d690612021201h4faf9f89i36dae99380c9bab9@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Perhaps we could add an attribute to property to force the env names to be uppercasized: so ${env.PATH} will always give the correct value Peter On 12/2/06, Dominique Devienne wrote: > > > > > > Your pb is likely related to the case of the PATH env. var. Ant is > case sensitive, but on Windows PATH is not, and can be written Path or > path, or whatever. You also need to use the same case for your new > process than the current process' case for that variable, otherwise > strange things happen. > > Lookup the archives for discussions from myself and Peter Reilly about > this. --DD > > --------------------------------------------------------------------- > 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