这应该是一个简单的。我有另一个代码库,它可以工作,但由于某种原因,它根本无法在这里工作。我的文件 will.txt 未修改。
这是我的 ant 构建文件中的一个 exerp .. 任何我已经浪费了几个小时的想法已经在试图让它工作了。
<loadfile
property="config.update.list"
srcFile="config.update.list" failonerror="true">
<filterchain>
<replacetokens>
<token key="__PRODUCT_VERSION__" value="CATTY"/>
</replacetokens>
<striplinebreaks/>
</filterchain>
</loadfile>
<echo>${config.update.list}</echo>
以下是文件 config.update 列表的内容
/tmp/will.txt
以下是/tmp/will.txt的内容
@__PRODUCT_VERSION__@ will