Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 88674 invoked from network); 2 Mar 2006 11:28:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Mar 2006 11:28:13 -0000 Received: (qmail 56349 invoked by uid 500); 2 Mar 2006 11:28:44 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 56288 invoked by uid 500); 2 Mar 2006 11:28:44 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 56277 invoked by uid 99); 2 Mar 2006 11:28:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2006 03:28:44 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mloenko@gmail.com designates 66.249.92.203 as permitted sender) Received: from [66.249.92.203] (HELO uproxy.gmail.com) (66.249.92.203) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2006 03:28:41 -0800 Received: by uproxy.gmail.com with SMTP id k3so179413ugf for ; Thu, 02 Mar 2006 03:28:20 -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=lJcoz7O7fiu7ugvmDvLpRpAKYKnz12VRqf/Vs4TgmiVESy2LeD1/YzAEZQ7u2DhMGw2zbc8+dGTah3zFJyPL6gEjW8c5OUA8Vxc/Mvs0CQ+OOzmFR6R1w1HPH18fT+QOaNRXORyU8rsIYARxIteM0zMmICugsgDKhhhwMTGOrxI= Received: by 10.67.24.19 with SMTP id b19mr394495ugj; Thu, 02 Mar 2006 03:28:20 -0800 (PST) Received: by 10.66.244.19 with HTTP; Thu, 2 Mar 2006 03:28:20 -0800 (PST) Message-ID: <906dd82e0603020328s2d137ca3q@mail.gmail.com> Date: Thu, 2 Mar 2006 17:28:20 +0600 From: "Mikhail Loenko" To: harmony-dev@incubator.apache.org Subject: Re: [jira] Created: (HARMONY-152) Security module native build incorrectly use PATH variable In-Reply-To: <16223392.1141296943006.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <16223392.1141296943006.JavaMail.jira@ajax.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N They are really case sensitive, but e.g. on my XP the variable's name is 'Path' I think it should include all various pathes, like Path, PATH, and path and do not include PAth and PatH Thanks, Mikhail 2006/3/2, Alexey Petrenko (JIRA) : > Security module native build incorrectly use PATH variable > ---------------------------------------------------------- > > Key: HARMONY-152 > URL: http://issues.apache.org/jira/browse/HARMONY-152 > Project: Harmony > Type: Bug > Components: Classlib > Environment: WinXP > Reporter: Alexey Petrenko > > > modules/security/make/build.xml, line 163 > > > Should be probably changed to > > > Since environment variables are case sensitive. > > > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the administrators: > http://issues.apache.org/jira/secure/Administrators.jspa > - > For more information on JIRA, see: > http://www.atlassian.com/software/jira > >