You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Brendan Humphreys <br...@cortexebusiness.com.au> on 2001/08/02 07:09:37 UTC

[PATCH] RegexpReplace task

Hi,

The following adds an optional ant task that performs regexp-based substitutions on text files.

(The patch contains modifications to the ant.util.regexp package to add text substitution for the supported regexp libraries)

-Brendan



Re: [PATCH] RegexpReplace task

Posted by Stefan Bodewig <bo...@apache.org>.
On Thu, 2 Aug 2001, Brendan Humphreys <br...@cortexebusiness.com.au>
wrote:

> (The patch contains modifications to the ant.util.regexp package to
> add text substitution for the supported regexp libraries)

Brendan, this is something I wanted to do for quite some time,
thanks.  I'll look into the changes you've made rather soon, but I'm
afraid we won't get it into Ant 1.4.

Stefan