Hello Mark,

if you need the timestamps of your files, you will need to add some more coding.
One possibility would be to create a custom task <listfile/> which would output the name and timestamp of each file and take a fileset as
an attribute.
You can create such a task in Java, or in line in your build file using a scripting langage and the <scriptdef/> task.


Antoine

[EMAIL PROTECTED] wrote:

 <fileset id="fs" dir="." ... />
 <property name="fs" refid="fs"/>
 <echo>${fs}</echo>

or beautifying the output with
<pathconvert>



Jan




-----Ursprüngliche Nachricht-----
Von: Mark Lybarger [mailto:[EMAIL PROTECTED]
Gesendet am: Montag, 9. Mai 2005 17:41
An: Ant Users List
Betreff: output of fileset

is there a way i can take a fileset and output the contents (ls type listing w/ timestamp of file) to a file?

thanks!









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



Reply via email to