-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 21, 2008 12:47 PM
To: user@ant.apache.org
Subject: Re: scriptdef with nested fileset and mapper
/*
[...]
I need to patch/stamp a number of binary files during copy (packing
a release product
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
Stefan wrote =
> /*
> 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:
>
>
> ???
>
>
Gilbert Rebhan schrieb:
> Stefan wrote =
> /*
> 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 skeleto
Stefan wrote =
/*
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:
???