我需要用属性文件中的值替换正则表达式匹配。
它看起来像:
<replaceregexp
file="test.txt"
match="blabla"
replace="some.property"
>
</replaceregexp>
(那行不通,只是为了显示我需要什么)
some.property位于一个名为test.properties的文件中
我认为问题是你使用的是some.property而不是${some.property}。这就是我让它工作的方式。
使用加载属性任务从文件加载属性。