Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 53544 invoked from network); 13 Apr 2010 14:31:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 13 Apr 2010 14:31:50 -0000 Received: (qmail 40930 invoked by uid 500); 13 Apr 2010 14:31:49 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 40818 invoked by uid 500); 13 Apr 2010 14:31:49 -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 40810 invoked by uid 99); 13 Apr 2010 14:31:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 14:31:49 +0000 X-ASF-Spam-Status: No, hits=-0.2 required=10.0 tests=AWL,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [88.84.128.168] (HELO samaflost.de) (88.84.128.168) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Apr 2010 14:31:43 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id BA2F440E0165 for ; Tue, 13 Apr 2010 16:31:20 +0200 (CEST) Received: from samaflost.de ([127.0.0.1]) by localhost (v35516.1blu.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3aZcLyg8Al0L for ; Tue, 13 Apr 2010 16:31:19 +0200 (CEST) Received: by samaflost.de (Postfix, from userid 1000) id 9D30440E0081; Tue, 13 Apr 2010 16:31:12 +0200 (CEST) From: Stefan Bodewig To: user@ant.apache.org Subject: Re: filelist to support selections as per the fileset References: <28228769.post@talk.nabble.com> <87y6grjy6w.fsf@v35516.1blu.de> <28230486.post@talk.nabble.com> X-Draft-From: ("nnfolder:mail.jakarta-ant-user" 67763) Date: Tue, 13 Apr 2010 16:31:09 +0200 In-Reply-To: <28230486.post@talk.nabble.com> (Raja Nagendra Kumar's message of "Tue, 13 Apr 2010 06:50:29 -0700 (PDT)") Message-ID: <87iq7vifv6.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On 2010-04-13, Raja Nagendra Kumar wrote: > Stefan Bodewig wrote: >> means: here is a list of files that may or may not be there, >> return all of them don't check whether they are there at all. No >> wildcards supported. > adding wildcards support can enhance refactorings of location of these > files. I use the wildcards for best support of refactorings. Such support > of wildcards in filelist would add great value. No, that would be a different beast. If you need an ordered , wrap that in a resource collection. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org