Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 79417 invoked from network); 20 Dec 2006 16:40:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Dec 2006 16:40:14 -0000 Received: (qmail 61878 invoked by uid 500); 20 Dec 2006 16:40:14 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 61824 invoked by uid 500); 20 Dec 2006 16:40:14 -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 61757 invoked by uid 99); 20 Dec 2006 16:40:13 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Dec 2006 08:40:13 -0800 X-ASF-Spam-Status: No, hits=2.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [206.190.58.163] (HELO web55114.mail.re4.yahoo.com) (206.190.58.163) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 20 Dec 2006 08:40:03 -0800 Received: (qmail 51137 invoked by uid 60001); 20 Dec 2006 16:39:42 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=G5bxxxhAIu5vmj73PlxYwhZ0m8JDlcUciVw1tCl69vc0HUBdhOEEtWWk+50HG/APgI50lUdEoTsNfXvCw9idw6tK8c6UWQkMgTXgOqY3RFzf7ar2pad4vopmJiOgFc3xph5WVTS0dlMXvS0tIr+PBNyiE0thfX8rc7x9dEnQEjg=; X-YMail-OSG: AvHtItcVM1m0aCViQZQKkra7kPRhCrobXPme183PyAe8r1yNgGed5Q5xARF8H.RQecL.VdanFaztmbX8rE5OjLVysfP2EJW8meYNvJ3.88rUqUWvLuArlT0gNrjn8IZuy9do8TkH9fmDldAntICfQB.nY_KDra6naujIj62Sks_ILW00Ix4Xwv.beUCh Received: from [66.10.233.130] by web55114.mail.re4.yahoo.com via HTTP; Wed, 20 Dec 2006 08:39:42 PST Date: Wed, 20 Dec 2006 08:39:42 -0800 (PST) From: Matt Benson Subject: Re: selecting empty directories To: Ant Users List In-Reply-To: <1166619924.4589351444d77@196.22.132.24> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <301507.50761.qm@web55114.mail.re4.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org It might be easiest to write a custom File or Resource selector. Ant probably should ship with some way to accomplish this however. :| -Matt --- paul.arzul@sadalbari.com wrote: > hi all, > > how do you select empty directories/folders? (a > directory which has no files or > folders in it?) > > i don't want to exclude them, i want to list and > warn about them (so includeEmptyDirs="no"> is no help). > > i've tried dozens of options, faq, etc. and many > convoluted attempts later, i'm > left looking at what seems the most logical answer, > but doesn't work: > > > > > > since the size selector only applies to files. any > advice? > thanks, > > - p > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > user-unsubscribe@ant.apache.org > For additional commands, e-mail: > user-help@ant.apache.org > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org