Re: scriptdef with nested fileset and mapper

2008-10-21 Thread stefanb
Hi Gilbert, thanks for the source. I've managed to hack a similar script, but your code is way more ruby style than mine ;-) I need to patch/stamp a number of binary files during copy (packing a release product). Since the replace-filters in ant are all text-based I cannot use the normal ant tas

scriptdef with nested fileset and mapper

2008-10-09 Thread stefanb
Hi, I'm trying to write a custom copy task using scriptdef & ruby but I don't find the documentation I need. The script should (as an example) do the same as the copy task. How do I access the original file and the mapped file ? Like in this skeleton: ??? A