Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 40122 invoked from network); 11 May 2005 05:18:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 May 2005 05:18:23 -0000 Received: (qmail 10777 invoked by uid 500); 11 May 2005 05:21:46 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 10726 invoked by uid 500); 11 May 2005 05:21:46 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 10710 invoked by uid 99); 11 May 2005 05:21:45 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of antoine@gmx.de designates 213.165.64.20 as permitted sender) Received: from mail.gmx.de (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.28) with SMTP; Tue, 10 May 2005 22:21:45 -0700 Received: (qmail invoked by alias); 11 May 2005 05:18:04 -0000 Received: from tmo-051-105.customers.d1-online.com (EHLO [127.0.0.1]) [80.187.51.105] by mail.gmx.net (mp013) with SMTP; 11 May 2005 07:18:04 +0200 X-Authenticated: #22961642 Message-ID: <42819582.5070401@gmx.de> Date: Wed, 11 May 2005 07:17:54 +0200 From: Antoine Levy-Lambert User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ant Users List Subject: Re: AW: output of fileset References: <879A5AD5DD0ED511891F0003473A9B5614F606B5@Z011004> In-Reply-To: <879A5AD5DD0ED511891F0003473A9B5614F606B5@Z011004> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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 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 task. Antoine Jan.Materne@rzf.fin-nrw.de wrote: > > > ${fs} > >or beautifying the output with > > > > >Jan > > > > >>-----Urspr�ngliche Nachricht----- >>Von: Mark Lybarger [mailto:mlybarger@gmail.com] >>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: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org