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
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.
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
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
> 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
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
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
Hello,
I have to concat some files from a fileset together into another file. I use
the following fileset for this:
;