Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 77528 invoked from network); 24 Sep 2002 21:48:22 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 24 Sep 2002 21:48:22 -0000 Received: (qmail 4417 invoked by uid 97); 24 Sep 2002 21:48:45 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 4401 invoked by uid 97); 24 Sep 2002 21:48:45 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 4381 invoked by uid 98); 24 Sep 2002 21:48:44 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: From: Duane Mattos To: "'Ant Users List'" Subject: p4editing multiple files or RE: applying mappers to fileset Date: Tue, 24 Sep 2002 17:48:01 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This stems from the fact I don't believe I can use wildcards in the p4edit task. (Someone correct me if I'm wrong, please!) So I do want to iterate on files that do exist. :-) Really, it isn't really foreach's responsibility, but it comes close to being able to help. would make a nice element for other tasks too I imagine... Anyone have any ideas how I can get a flattened list of file names from a fileset? or iterate over a directory in Perforce? thanks! dM -----Original Message----- From: Erik Hatcher [mailto:jakarta-ant@ehatchersolutions.com] Sent: Tuesday, September 24, 2002 4:22 PM To: Ant Users List Subject: Re: applying mappers to fileset Again, a fileset only works on *existing* files, so flattening it would give a set of filenames that don't exist (yet?). It makes sense for to support a mapper though. Erik Duane Mattos wrote: > I guess I'd like to create a new fileset from an old one. I'd like to use > foreach on the new fileset (or the 'right' side of the map, no longer care about > the left). I don't think the perforce tasks support wildcards, so I thought I > could iterate through a fileset, but I need to flatten the filenames. > > dM > > -----Original Message----- > From: Erik Hatcher [mailto:jakarta-ant@ehatchersolutions.com] > Sent: Tuesday, September 24, 2002 3:45 PM > To: Ant Users List > Subject: Re: applying mappers to fileset > > > No. That doesn't really make sense in a general sense, at least to me. > A fileset is a set of existing files, so mapping them doesn't preserve > that meaning. > > Mappers are associated directly with several tasks, such as . > > What do you have in mind specifically? > > Erik > > > > Duane Mattos wrote: > >>Can I apply a mapper (flatten in my case) to an arbitrary fileset? How do I > > do > >>so? >> >>thanks! >> >>dM >> >>-- >>To unsubscribe, e-mail: >>For additional commands, e-mail: >> >> >> > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: > > > -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: