Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 77210 invoked from network); 18 Mar 2006 03:33:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Mar 2006 03:33:57 -0000 Received: (qmail 69592 invoked by uid 500); 18 Mar 2006 03:33:54 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 69052 invoked by uid 500); 18 Mar 2006 03:33:52 -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 69041 invoked by uid 99); 18 Mar 2006 03:33:52 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Mar 2006 19:33:52 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ddevienne@gmail.com designates 64.233.182.196 as permitted sender) Received: from [64.233.182.196] (HELO nproxy.gmail.com) (64.233.182.196) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Mar 2006 19:33:51 -0800 Received: by nproxy.gmail.com with SMTP id x30so508139nfb for ; Fri, 17 Mar 2006 19:33:30 -0800 (PST) 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=f6MHSPVwzOouMq2bmFxioJhaFWEM6QPnXlRoMk/Y1wCOb0PGGjVJIg4Yf4hRpbrm0G6sMHb40AmJ+/OVdbLPJZhrloU6Tl7t9IigjxpblEmsmIOw0aHXhj9r+LfKUxMPpz8lxgs6ZsHpatjMpiqq6ZjGjQFNgK5a4NPGSzVfwYw= Received: by 10.48.161.12 with SMTP id j12mr1680161nfe; Fri, 17 Mar 2006 19:33:30 -0800 (PST) Received: by 10.49.61.10 with HTTP; Fri, 17 Mar 2006 19:33:30 -0800 (PST) Message-ID: <255d8d690603171933k189cfa99m9a095c65000a7ade@mail.gmail.com> Date: Fri, 17 Mar 2006 21:33:30 -0600 From: "Dominique Devienne" To: "Ant Users List" Subject: Re: Include/exclude precedence In-Reply-To: <54BC0922445A764A86074C5A6B005354E8D191@FPT-EXMB02.llbean.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <54BC0922445A764A86074C5A6B005354E8D191@FPT-EXMB02.llbean.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N > > > > > > > > > It appeared to exclude the build.xml in the ClearCache folder, but was > picking up the build.xml files in the com subdirectory. How do these > two nested elements interact? First file are selected from the includes. Then this list (or set if you prefer) is trimmed of all files that match *any* excludes. If it picks up build.xml from within com/**, it likely means that dir=3D"." is not the direction that directly contains the com/ directory. The other 2 patterns are un-affected, because they start with **/ --DD --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org