Hello,
how can I use/expand properties inside a cdata section in a replacetoken element? I need dynamic values (injected by the user of the script) in both, replacetoken and replacevalue. I need to address the searched string crossing multi lines.
Example: <property name="name" value="value"/> <replace dir="${src}"> <include name="**/*.xml"/> <replacetoken><![CDATA[abc def${name}ghi]]></replacetoken> <replacevalue><![CDATA[abc defghijk]]></replacevalue> </replace> The property is not expanded. Thank you. Michael --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org