You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Monika Schmidt <Mo...@de.ibm.com> on 2003/05/08 15:44:48 UTC

replace an unknown token in text files in Ant 1.4.1

Hello,

is anyone able to call me a task, which is able to search in a text file
for the token

 version</name>                cr/lf
   <value>xxx</value>"

 "xxx" stands for f.e. "5.1" or another text. The token ist partly unknown!
The replace would change it in a a different number, f.e.

 version</name>                cr/lf
   <value>test08</value>"

We should work with Ant 1.4.1 for special cases!

Many thanks and regards
Monika Schmidt