Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 76152 invoked from network); 12 Jul 2010 15:10:24 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Jul 2010 15:10:24 -0000 Received: (qmail 7128 invoked by uid 500); 12 Jul 2010 15:10:23 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 7058 invoked by uid 500); 12 Jul 2010 15:10:22 -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 7047 invoked by uid 99); 12 Jul 2010 15:10:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jul 2010 15:10:22 +0000 X-ASF-Spam-Status: No, hits=0.7 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, 12 Jul 2010 15:10:14 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by samaflost.de (Postfix) with ESMTP id 7F78228985D1 for ; Mon, 12 Jul 2010 17:09:53 +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 Klo4Wl-ZOoEo for ; Mon, 12 Jul 2010 17:09:53 +0200 (CEST) Received: by samaflost.de (Postfix, from userid 1000) id BFA3528985D2; Mon, 12 Jul 2010 17:09:49 +0200 (CEST) From: Stefan Bodewig To: user@ant.apache.org Subject: Re: fileset problem References: X-Draft-From: ("nnfolder:mail.jakarta-ant-user" 68178) Date: Mon, 12 Jul 2010 17:09:45 +0200 In-Reply-To: (Nick Leaton's message of "Mon, 12 Jul 2010 10:36:49 +0100") Message-ID: <87aapw3feu.fsf@v35516.1blu.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked by ClamAV on apache.org On 2010-07-12, Nick Leaton wrote: > However, I want to exclude the .hg directory (mercurial) apart from > the .hg/hgrc file which contains the configuration for the repository. > I can't get the fileset working properly. This is my attempt. You don't say what your attempt results in 8-) > > > > > > This is a non-recursive match on the directory name. It will still allow all files inside that directory as well as all subdirectories to get included. To make this recursive you'd use .hg/** or just .hg/ Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org