Mathieu, Daniel,
thanks for the answers. I'll go with the macro-based solution, as that
removes more duplication.
Kofa
Mathieu Champlon wrote:
You can use along with from ant-contrib
-
To unsubscribe, e-mail: [EMAIL PROT
Hi Kofa,
If you wanted to use vanilla Ant, here's one option:
Hello,
You can use along with from ant-contrib, something like :
Then your targets would look like :
I hope this helps.
MAT.
Kovács István a écrit :
Hi,
I need to copy files from m
Hi,
I need to copy files from multiple directories to a single deployment
target directory. In the process, I need to replace a few strings. A
filter embedded in the copy task allows me to do that, but it would
corrupt the binary files, so I copy text files with the filter, binary
files without i