RE: Count number of files in fileset

2005-06-20 Thread Kees van Dieren
Reilly [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 14, 2005 3:43 PM To: Ant Users List Subject: Re: Count number of files in fileset Dick, Brian E. wrote: >Where is ${toString:} documented? Are there any other pseudo-properties? > > It is not documented ... The code contains th

Re: Count number of files in fileset

2005-06-14 Thread Peter Reilly
rties. Peter -Original Message- From: Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 11:58 AM To: Ant Users List Subject: Re: Count number of files in fileset Matt Benson wrote: 1) Ant 1.7 will contain a task that can count files from a fileset. In 1.

RE: Count number of files in fileset

2005-06-14 Thread Dick, Brian E.
Where is ${toString:} documented? Are there any other pseudo-properties? -Original Message- From: Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 11:58 AM To: Ant Users List Subject: Re: Count number of files in fileset Matt Benson wrote: >1) Ant 1.7 will contai

AW: Count number of files in fileset

2005-06-13 Thread Jan.Materne
expect with 'module-webservices-config-fileset = 0'? You could / a "zero-file" in that case. Jan >-Ursprüngliche Nachricht- >Von: Dominique Devienne [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 13. Juni 2005 21:49 >An: 'Ant Users List' >Betr

RE: Count number of files in fileset

2005-06-13 Thread Dominique Devienne
> In 1.6 you could use the ${toString:} psuedo-property: > > includes="*.notpresent"/> > > > > no.files.present=${no.files.present} > includes="*.xml"/> > > > > no.files.present_2=${no.files.present_2} > You can ch

Re: Count number of files in fileset

2005-06-13 Thread Peter Reilly
Matt Benson wrote: 1) Ant 1.7 will contain a task that can count files from a fileset. In 1.6 you could use the ${toString:} psuedo-property: no.files.present=${no.files.present} no.files.present_2=${no.files.present_2} 2) shouldn't do anyth

Re: Count number of files in fileset

2005-06-13 Thread Matt Benson
1) Ant 1.7 will contain a task that can count files from a fileset. 2) shouldn't do anything if there are no existing files. -Matt --- Kees van Dieren <[EMAIL PROTECTED]> wrote: > Hello, > > > > I have to concat some files from a fileset together > into another file. I use > the following

Count number of files in fileset

2005-06-13 Thread Kees van Dieren
Hello, I have to concat some files from a fileset together into another file. I use the following fileset for this: ;