Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 45520 invoked from network); 8 Nov 2010 03:24:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Nov 2010 03:24:42 -0000 Received: (qmail 53243 invoked by uid 500); 8 Nov 2010 03:25:13 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 52900 invoked by uid 500); 8 Nov 2010 03:25:10 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 52821 invoked by uid 99); 8 Nov 2010 03:25:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 03:25:09 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of antoine@gmx.de designates 213.165.64.22 as permitted sender) Received: from [213.165.64.22] (HELO mail.gmx.net) (213.165.64.22) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 08 Nov 2010 03:24:59 +0000 Received: (qmail invoked by alias); 08 Nov 2010 03:24:39 -0000 Received: from pool-74-101-86-127.nycmny.east.verizon.net (EHLO tonimac.domain) [74.101.86.127] by mail.gmx.net (mp018) with SMTP; 08 Nov 2010 04:24:39 +0100 X-Authenticated: #22961642 X-Provags-ID: V01U2FsdGVkX1/Sfu1BAvHSIv69izI11RNRCOR0BhizjpR1QCJ+Ug qKR34IYrI4ZctR Message-ID: <4CD76D76.20502@gmx.de> Date: Sun, 07 Nov 2010 22:24:38 -0500 From: Antoine Levy-Lambert User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: Ant Developers List Subject: Re: Bug fix for v1.8.1 in the near future? References: <4CCEC3E9.3060006@gmx.de> <87vd49bqvm.fsf@v35516.1blu.de> In-Reply-To: <87vd49bqvm.fsf@v35516.1blu.de> X-Enigmail-Version: 1.1.1 OpenPGP: id=265B4C63 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org On 11/7/10 1:16 AM, Stefan Bodewig wrote: > The only thing I'd like to address is the case of environment variables > on Windows where we now (after using System.getEnv()) get some > additional env variables with keys that contain "=" - this may cause > problems further down when we try to parse the variables stored away > earlier. Can we use the fact that these special env vars (like =C:=...) have the equal sign as first char in the keyvalue string ? So we could split key and value - after the first equal sign when this equal sign is not the first char in the keyvalue pair, - after the second equal sign for the special environment variables This sounds more natural than replacing the first equal sign with an exclamation mark. Can this work or am I missing something ? Regards, Antoine see https://issues.apache.org/bugzilla/show_bug.cgi?id=49366 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org