Jan, Vielen Dank - Thank you very much. I'll try it out straight away.
List - should I post my solution to the Ant Wiki? Is that kind of thing promoted? Thanks... - Mel -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 8:46 AM To: [EMAIL PROTECTED] Subject: AW: I need a list of filenames If you find an appropriate <fileset>, you have won. - need to grab the filenames (a mix of *.jpg, *.gif, *.png, etc) * fileset, nested selectors * selectors: include - and get only the newer filenames. * selectors: (I think there is one, see the manual) - I need to make a list of these names. * pathconvert - I would like it to be text with a filename on each line, if possible. * with ${line.separator} as separator - I would then take this file and pass it to another process that does some image manipulation. * exec as usual Jan > -----Urspr�ngliche Nachricht----- > Von: Riffe, Melvin [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 2. November 2004 14:45 > An: Ant Users List > Betreff: RE: I need a list of filenames > > Kris and others, Good questions. I'm sorry I did not provide more > detail. > > We have a process where by images are copied to a specific > location. I > need to grab the filenames (a mix of *.jpg, *.gif, *.png, etc) and get > only the newer filenames. I need to make a list of these names. I > would like it to be text with a filename on each line, if possible. I > would then take this file and pass it to another process that > does some > image manipulation. > > Is this possible? > > -----Original Message----- > From: Kris Read [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 02, 2004 1:24 AM > To: Ant Users List > Subject: Re: I need a list of filenames > > Capture the list from where, in what format, and store it in what kind > of file? > > This is a very specific problem with no details. > > There are many ANT tasks that might or might not be helpful... > > > > > On Mon, 1 Nov 2004 21:48:36 -0500, Riffe, Melvin <[EMAIL PROTECTED]> > wrote: > > I need to capture a list of filenames, create a file > listing them, and > > feed that into another process. I have the last part with > the <exec/> > > tag. Is there a set to tags I can use to accomplish the first two? > > > > Thanks... > > > > Mel Riffe > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
