Hello Rich,
In ant 1.6.3 and higher, there is a "length" condition which can be
applied to a fileset.
So look in the documentation at :
Concept and Types
FileSet
Core Tasks
Conditions
Supported Conditions
Length
==> Length Task (nested fileset)
Cheers,
Anto
Hello Helmut,
Helmut Lerch wrote:
Dear all
I have a problem with the image task.
Lets say I have a directory structure like:
${src}/image1/img1.jpg
${src}/image1/img2.jpg
${src}/image2/img3.jpg
${src}/image2/img4.jpg
If I use the image task:
I get the result (with the n
I would like to use ant w/ mono. The command to compile is mcs in mono.
How to compile mono w/ ant?
what about make dll libraries?
tia,
.V
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PRO
Dear all
I have a problem with the image task.
Lets say I have a directory structure like:
${src}/image1/img1.jpg
${src}/image1/img2.jpg
${src}/image2/img3.jpg
${src}/image2/img4.jpg
If I use the copy task:
I get the result:
${copyPath}/image1/img1.jpg
${copyPath}/image