Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 31871 invoked from network); 24 Feb 2009 17:18:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Feb 2009 17:18:07 -0000 Received: (qmail 10632 invoked by uid 500); 24 Feb 2009 17:18:06 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 10608 invoked by uid 500); 24 Feb 2009 17:18:06 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 10599 invoked by uid 99); 24 Feb 2009 17:18:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Feb 2009 09:18:06 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Feb 2009 17:18:04 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id D0982234C48D; Tue, 24 Feb 2009 09:17:43 -0800 (PST) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: DO NOT REPLY [Bug 32526] Add "whenempty" attribute to X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core tasks X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: stevel@apache.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: 1.7.0 X-Bugzilla-Changed-Fields: In-Reply-To: References: Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20090224171743.D0982234C48D@brutus.apache.org> Date: Tue, 24 Feb 2009 09:17:43 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=32526 --- Comment #13 from Steve Loughran 2009-02-24 09:17:42 PST --- Let's try that again without it being sent half completed Imagine if you had some attributes minFileCount, maxFileCount in a fileset Any number !=3 is failure, hence what you want. The min and max numbers can differ, for a broader spread of failures That now says, at least 3, less than 100. That would give you broader control of the range of files you allowed, from exactly those listed, to a range that included at least those, or a few more or less. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.