Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 34870 invoked from network); 15 Aug 2006 16:53:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 15 Aug 2006 16:53:45 -0000 Received: (qmail 3105 invoked by uid 500); 15 Aug 2006 16:53:44 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 3071 invoked by uid 500); 15 Aug 2006 16:53:44 -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 3060 invoked by uid 99); 15 Aug 2006 16:53:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Aug 2006 09:53:44 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ddevienne@gmail.com designates 64.233.184.228 as permitted sender) Received: from [64.233.184.228] (HELO wr-out-0506.google.com) (64.233.184.228) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Aug 2006 09:53:43 -0700 Received: by wr-out-0506.google.com with SMTP id i2so245362wra for ; Tue, 15 Aug 2006 09:53:22 -0700 (PDT) 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=fdsXq0AXyjJiJPSbYYHKehjJsKHKZF0O9pWM9wcFdq6RtzHH+68y1Ni0e0QVP0yb19Dc0ccmu670QGOwJ4i36umEoJiqAtSsH/Oa6HCFANyYPIsP3xBz/oCWNSnqCyJbLdU7golfnxty0MeZeqyLfu8Ay31nryWATiawK/h1tS8= Received: by 10.65.35.6 with SMTP id n6mr2644050qbj; Tue, 15 Aug 2006 09:53:21 -0700 (PDT) Received: by 10.64.233.4 with HTTP; Tue, 15 Aug 2006 09:53:21 -0700 (PDT) Message-ID: <255d8d690608150953o4b21dd20ifcde7dd836a3b74f@mail.gmail.com> Date: Tue, 15 Aug 2006 11:53:21 -0500 From: "Dominique Devienne" To: "Ant Developers List" Subject: Re: AW: Default excludes and Subversion on Windows In-Reply-To: <8f836c660608150935k14a4c34dgcb5b569f54078343@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: <44E1F6C8.4090906@kruithof.xs4all.nl> <8f836c660608150935k14a4c34dgcb5b569f54078343@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > Accessing environment variables from Java is a hack. Do we want to always > execute it? In case of failure, normal build execution can be affected, even > if people do not care about "_svn" directory names. Not in JDK 1.5+ anymore. But I agree than fetching the env if that user hasn't explicitly done it already is a bit heavy handed. I hesitate between Stefan's position of requiring the user to do it explicitly and adding it to the default excludes. Since allows both adds and removes, I guess adding it to the hardwired defaults (unconditionally, no env fetching) would benefit more people, and Kev and others can still do an explicit