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