|
#1
|
|||
|
|||
replacing line in file...
I have read the documentation on how to do this but still do not understand. Below is the line which I want replaced.
<property name="version" value="McK-10.1.0.0"/> This is what I want to replace it with. The only thing that will change is the 10.1.0.0. However, it will not always be 10.1.0.0. I just want to be able to replace what is between the McK- and the "/>. Any help would be much appreciated. Thanks. <property name="version" value="McK-%Version%"/> |
#2
|
|||
|
|||
See attached sample (I wasn't sure if you wanted to replace with the value of a %Version% macro or the literal string %Version%, so the sample shows both).
|
|
|