Re: Simple (?) question about ""

2005-05-22 Thread Antoine Levy-Lambert
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

Re: Retaining directory structure with image task

2005-05-22 Thread Antoine Levy-Lambert
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

How to compile mono w/ ant?

2005-05-22 Thread netSQL
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

Retaining directory structure with image task

2005-05-22 Thread Helmut Lerch
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