RE: I need a list of filenames

2004-11-16 Thread Dominique Devienne
> From: Riffe, Melvin [mailto:[EMAIL PROTECTED] > My final solution involves sending one file name at a time to another > process. Sounds like ... --DD - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: I need a list of filenames

2004-11-16 Thread Riffe, Melvin
D] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 1:23 AM To: [EMAIL PROTECTED] Subject: AW: I need a list of filenames > Jan, Vielen Dank - Thank you very much. you´re welcome > List - should I post my solution to the Ant Wiki? Is that > kind of thing promoted? you ca

AW: I need a list of filenames

2004-11-02 Thread Jan . Materne
> Jan, Vielen Dank - Thank you very much. you´re welcome > List - should I post my solution to the Ant Wiki? Is that > kind of thing promoted? you can do - I think that question has been asked a few times in the last monthts. Jan

RE: I need a list of filenames

2004-11-02 Thread Riffe, Melvin
AM To: [EMAIL PROTECTED] Subject: AW: I need a list of filenames If you find an appropriate , 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

AW: I need a list of filenames

2004-11-02 Thread Jan . Materne
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

RE: I need a list of filenames

2004-11-02 Thread Riffe, Melvin
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 &l

AW: I need a list of filenames

2004-11-01 Thread Jan . Materne
E.g. see . Jan > -Ursprüngliche Nachricht- > Von: Kris Read [mailto:[EMAIL PROTECTED] > Gesendet am: Dienstag, 2. November 2004 07:24 > An: Ant Users List > Betreff: Re: I need a list of filenames > > Capture the list from where, in what format, and store it in

Re: I need a list of filenames

2004-11-01 Thread Kris Read
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 l

I need a list of filenames

2004-11-01 Thread Riffe, Melvin
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 tag. Is there a set to tags I can use to accomplish the first two? Thanks... Mel Riffe