Hi,

I have a property :

<property name="version" value="v1.0.2" />

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 <script> task, but I would prefer to avoid the need to depend on another jar for our project... Any idea?

Thank you very much for your help.

B.LUBEK

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to