Soon - as in this week!

----- Original Message -----
From: "Stefan Kost" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, April 30, 2002 6:20 AM
Subject: Re: outputting a fileset as xml


> Hi,
>
> thanks for all prompt replies. How soon is 'soon' ? I've got a task for
> that purpose about 80% ready :-( and now thinking what is better, to
> wait for 1.5 or to finish it.
>
> Stefan
> > --- Stefan Kost <[EMAIL PROTECTED]> wrote:
> > > I've search the web, the mailing lists and even asked friends - but no
> > > answer has been found.
> > > I need a fileset as xml :
> > > <files>
> > >   <file>path-to-file-1</file>
> > >   <file>path-to-file-2</file>
> > >   <file>path-to-file-3</file>
> > >   ...
> > > </files>
> >
> > Use <fileset> to get the set of files, <pathconvert> it to a list, then
> > either use <foreach> to <echo> the text and files out to a file (if you
> > can go with Ant1.5[soon to go beta]), or for-loop through them in a
> > <script>.
> >
> > Diane
> >
> > =====
> > ([EMAIL PROTECTED])
> >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Health - your guide to health and wellness
> > http://health.yahoo.com
> >
> > --
> > To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
> >
> --
>
>  < W E B M A C H E R >
> EDV+INTERNETSERVICE GMBH
>
> POST: August Bebel Str. 69
>       04275 Leipzig
>
> FON:  +49 341 30 34 833
> FAX:  +49 341 30 34 840
> WEB:  www.webmacher.de
>
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to