Re: How to list files to console or file.

2004-12-08 Thread Gath
Thanks everyone for the help. I was able to do pretty much what I want by using... This gave me results that looked like... foobar\app\images\frame.gif foobar\app\images\splash.jpg foobar\app\images\workspace_to

Re: How to list files to console or file.

2004-12-08 Thread Matt Benson
Or ${line.separator}. -Matt --- Daniel Blaukopf <[EMAIL PROTECTED]> wrote: > probably with > > pathsep=" " > > if you want each file on its own line. > > Daniel > > Matt Benson wrote: > > > is your friend. > > > >-Matt > > > >--- [EMAIL PROTECTED] wrote: > > > > > > > >>I have a need to c

Re: How to list files to console or file.

2004-12-08 Thread Daniel Blaukopf
probably with pathsep=" " if you want each file on its own line. Daniel Matt Benson wrote: is your friend. -Matt --- [EMAIL PROTECTED] wrote: I have a need to create a text file that lists all .gif, .jpg, etc. files. It's simple to create a fileset that contains the files I need but what's the

Re: How to list files to console or file.

2004-12-08 Thread Matt Benson
is your friend. -Matt --- [EMAIL PROTECTED] wrote: > I have a need to create a text file that lists all > .gif, .jpg, etc. files. > It's simple to create a fileset that contains the > files I need but what's > the best way to output this list into a text file? > > I could use from ant-contrib