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
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
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
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