Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 99181 invoked from network); 14 May 2007 14:22:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 May 2007 14:22:32 -0000 Received: (qmail 7156 invoked by uid 500); 14 May 2007 14:22:34 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 7129 invoked by uid 500); 14 May 2007 14:22:33 -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 7114 invoked by uid 99); 14 May 2007 14:22:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 07:22:33 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ddevienne@gmail.com designates 66.249.92.175 as permitted sender) Received: from [66.249.92.175] (HELO ug-out-1314.google.com) (66.249.92.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 May 2007 07:22:26 -0700 Received: by ug-out-1314.google.com with SMTP id m3so1119650ugc for ; Mon, 14 May 2007 07:22:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=en3b65D5jCMzS9hdCKtW2y4Sw5MChvb7Fx0I5FwCY3Lboah0xPLazeLirlTFrRacJbRCSK2m3Sxv8/FHj7o7hGz7Hi5qpqypQh2KDTVqLaxWbX2CmdaRc2mu5BxB23PgwVDbeFmEGeSmTqx9WYvnHGpibtSZJElMCT0TtcLi1+s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UgyIHlY707HS/7pylv6LaKvOK2PLoOVmT2ZZuJ9WrhyYHXdXSq1HnJGTkaqyO/Xg1VbVtAH5MvBJA8EkHLcT+QQbP4iOEsYLUP5pA7YmQdhSTjGZl+NlZomNx7S7Gf905uRHB3iadxRdgmCgXY2S6JvpuzoVwb97BpZ/kChyVqo= Received: by 10.66.249.16 with SMTP id w16mr5231060ugh.1179152525211; Mon, 14 May 2007 07:22:05 -0700 (PDT) Received: by 10.67.70.18 with HTTP; Mon, 14 May 2007 07:22:05 -0700 (PDT) Message-ID: <255d8d690705140722m3db19af9u5a52d15bf0513de2@mail.gmail.com> Date: Mon, 14 May 2007 09:22:05 -0500 From: "Dominique Devienne" To: "Ant Users List" Subject: Re: best way to create an empty patternset? In-Reply-To: <53bada0f0705140645t108d23a3t7a5b67039521458a@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: <53bada0f0705140645t108d23a3t7a5b67039521458a@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On 5/14/07, Jay Dickon Glanville wrote: > What's the best way to create an empty patternset (that is, a pattern > set that will result in no inclusions)? Any pattern with a non-sensible-enough name will do. I tend to use one that documents what I'm doing. For example, in your case, . It's quite unlikely to have a file named "- no dependencies -" in the filesystem. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org