Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 74758 invoked from network); 28 May 2010 17:06:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 May 2010 17:06:40 -0000 Received: (qmail 75200 invoked by uid 500); 28 May 2010 17:06:40 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 75123 invoked by uid 500); 28 May 2010 17:06:40 -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 75115 invoked by uid 99); 28 May 2010 17:06:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 May 2010 17:06:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=AWL,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jak-ant-dev@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 May 2010 17:06:32 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OI30a-0006O4-Be for dev@ant.apache.org; Fri, 28 May 2010 19:06:08 +0200 Received: from cpe-075-176-122-175.carolina.res.rr.com ([75.176.122.175]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 May 2010 19:06:08 +0200 Received: from jesse.glick by cpe-075-176-122-175.carolina.res.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 May 2010 19:06:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@ant.apache.org connect(): No such file or directory From: Jesse Glick Subject: Re: svn commit: r948853 - /ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/Execute.java Date: Fri, 28 May 2010 13:05:58 -0400 Organization: Oracle Corp. / NetBeans Lines: 7 Message-ID: References: <20100527144615.B79BB23889F7@eris.apache.org> <871vcxwejw.fsf@v35516.1blu.de> <4BFFDF47.3090108@oracle.com> <871vcwvy9q.fsf@v35516.1blu.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpe-075-176-122-175.carolina.res.rr.com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Lightning/1.0b1 Thunderbird/3.0.4 In-Reply-To: <871vcwvy9q.fsf@v35516.1blu.de> On 05/28/2010 11:31 AM, Stefan Bodewig wrote: > I'm thinking about putting together a tiny jar that contains a command > line Java main class that compares System.getEnv and Ant's traditional > way on the current system and then ask on our user list whether anybody > there was willing to run it on the more exotic OSes in use. Interesting idea. Should show just differences between the two results: keys only from getenv, keys only from the old way, or values which differ for the same key. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org