Thank you all.
I chose Erik's solution, but yours is a good idea too.
Thanks,
--
B.LUBEK
Kris Read wrote:
This is a hack, but:
PropertyFile to persist the property to a file.
Replace or ReplaceRegExp to alter the value.
Then reload from the file.
On Wed, 27 Oct 2004 10:04:33 -0400, Erik Ha
1. Use AntContrib and you´ll depend on ant-contrib.jar
2. use
AntContribs .
Jan
> -Ursprüngliche Nachricht-
> Von: Kris Read [mailto:[EMAIL PROTECTED]
> Gesendet am: Mittwoch, 27. Oktober 2004 19:49
> An: Ant Users List
> Betreff: Re: Simple manipulation of a property value
>
> This is a hack, but:
>
> PropertyFile t
This is a hack, but:
PropertyFile to persist the property to a file.
Replace or ReplaceRegExp to alter the value.
Then reload from the file.
On Wed, 27 Oct 2004 10:04:33 -0400, Erik Hatcher
<[EMAIL PROTECTED]> wrote:
> On Oct 27, 2004, at 8:56 AM, Benoît Lubek wrote:
> > Hi,
> >
> > I hav
On Oct 27, 2004, at 8:56 AM, Benoît Lubek wrote:
Hi,
I have a property :
And I'd like to manipulate it a bit, ie, change the "." to "_" (so it
can be used for a cvs tag). So I'd like to have a property with the
value "v1_0_2".
Is there a way to do that with the core tasks? I realize it would be
Hi,
I have a property :
And I'd like to manipulate it a bit, ie, change the "." to "_" (so it
can be used for a cvs tag). So I'd like to have a property with the
value "v1_0_2".
Is there a way to do that with the core tasks? I realize it would be
easy to do it with the