Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 92890 invoked from network); 11 Jan 2005 16:47:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Jan 2005 16:47:39 -0000 Received: (qmail 33353 invoked by uid 500); 11 Jan 2005 16:47:32 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 33167 invoked by uid 500); 11 Jan 2005 16:47:32 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 33043 invoked by uid 99); 11 Jan 2005 16:47:31 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from junior.lgc.com (HELO junior.lgc.com) (134.132.72.99) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 11 Jan 2005 08:47:30 -0800 Received: from lgchvw01.lgc.com (lgchvw01.lgc.com [134.132.93.107]) by junior.lgc.com (8.11.7/8.11.3) with SMTP id j0BGlTu13054 for ; Tue, 11 Jan 2005 10:47:29 -0600 (CST) Received: from 134.132.72.99 by lgchvw01.lgc.com (InterScan E-Mail VirusWall NT); Tue, 11 Jan 2005 10:47:22 -0600 Received: from HOUEXCH903.landmark.lgc.com (houexch903 [134.132.167.43]) by junior.lgc.com (8.11.7/8.11.3) with ESMTP id j0BGlNN13042 for ; Tue, 11 Jan 2005 10:47:23 -0600 (CST) Received: from HOUEXCH902.landmark.lgc.com ([134.132.167.38]) by HOUEXCH903.landmark.lgc.com with Microsoft SMTPSVC(6.0.3790.211); Tue, 11 Jan 2005 10:47:18 -0600 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: or file collections Date: Tue, 11 Jan 2005 10:47:17 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: or file collections Thread-Index: AcT3+Sd8nbLZNS4jS9WGef2uDvO8BwAA4qgQ From: "Dominique Devienne" To: "Ant Developers List" X-OriginalArrivalTime: 11 Jan 2005 16:47:18.0057 (UTC) FILETIME=[3627A190:01C4F7FD] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > From: Stefan Bodewig [mailto:bodewig@apache.org] >=20 > I'm not really sure what the task is going to be used for, that's > probably my biggest problem with it. Why do we need it? Yep. My thoughts exactly. > The problem Bug 32631 talks about could better be solved by tasks that > perform set operations. Right now our best file collection is path > and it would be rather easy to have >=20 > > > > >=20 > as a task that creates a new path based on the intersection of two > others. Set unions are already possible for . Set minus should > be as easy to implement as intersections. That would be abusing Path IMHO. I know Peter has used Path as the primary datatype for some of his excellent Ant-Contrib tasks, but Path is supposed to be an *ordered* collection of arbitrary file and/or directories, some possibly not existing. This is quite different as a collection of arbitrary files. > Maybe we really need to > finally tackle a generic file collection approach that unifies > fileset, path and filelist (possibly path is that already?) and have > tasks that work on those collections. Yes, I believe it's high time for this. --DD --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org