Re: Copying, filtering

2006-09-22 Thread Kovács István
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

Re: Copying, filtering

2006-09-21 Thread Daniel Blaukopf
Hi Kofa, If you wanted to use vanilla Ant, here's one option:

Re: Copying, filtering

2006-09-21 Thread Mathieu Champlon
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

Copying, filtering

2006-09-21 Thread Kovács István
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