IIRC ant-contrib has a task that can do regex replacements on properties.
--
Jeffrey E. Care ([EMAIL PROTECTED])
WAS Pyxis Lead Release Engineer
Matthew Hughes <[EMAIL PROTECTED]> wrote on 02/03/2006 12:33:20 PM:
> I have a property
>
>
>
> In certain tasks, I want the version value to be "
Try from AntContrib. It will allow you to create a new
property value using a regular expression.
HTH Bill
-Original Message-
From: Matthew Hughes [mailto:[EMAIL PROTECTED]
Sent: Friday, February 03, 2006 9:33 AM
To: user@ant.apache.org
Subject: Filtering on property values
I have a
cht-
>Von: Matthew Hughes [mailto:[EMAIL PROTECTED]
>Gesendet: Freitag, 3. Februar 2006 18:33
>An: user@ant.apache.org
>Betreff: Filtering on property values
>
>I have a property
>
>
>
>In certain tasks, I want the version value to be "7_6_1" with
&g
I have a property
In certain tasks, I want the version value to be "7_6_1" with
underscores replacing the periods. How do I create a new property that
would have this value. I know how to use filters to filter tokens when
copying files, but I can't seem to figure out how to do that for the