Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 7992 invoked from network); 5 Oct 2009 15:04:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Oct 2009 15:04:28 -0000 Received: (qmail 57316 invoked by uid 500); 5 Oct 2009 15:04:27 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 57230 invoked by uid 500); 5 Oct 2009 15:04:27 -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 57212 invoked by uid 99); 5 Oct 2009 15:04:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 15:04:27 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.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; Mon, 05 Oct 2009 15:04:18 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 6F8B228985E1 for ; Mon, 5 Oct 2009 17:03:57 +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 qoNbH6SXuahS for ; Mon, 5 Oct 2009 17:03:56 +0200 (CEST) Received: by samaflost.de (Postfix, from userid 1000) id 8E20A28985E3; Mon, 5 Oct 2009 17:03:55 +0200 (CEST) From: Stefan Bodewig To: user@ant.apache.org Subject: Re: Fileset with "empty" patternset selects all files instead References: <25736704.post@talk.nabble.com> X-Draft-From: ("nnfolder:mail.jakarta-ant-user" 66560) Date: Mon, 05 Oct 2009 17:03:54 +0200 In-Reply-To: (David Weintraub's message of "Mon, 5 Oct 2009 10:26:06 -0400") Message-ID: <87ocolnaqt.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 X-Virus-Checked: Checked by ClamAV on apache.org On 2009-10-05, David Weintraub wrote: > On the other hand, I believe includes override excludes in a fileset. No, excludes override includes. In order to be contained in a fileset a file has to match an include pattern, must not match an exclude pattern and must be slected by all nested selectors 8if any). Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org