After attempting many different methods I would appreciate input. Why does the following not work. It does not appear to be touching the file at all.
<copy file="${makedir}\make.i" tofile="${makedir}\make.i.
bak"/>
<loadfile file="${makedir}\make.i" " property="${makedir}\make.
i.bak">
<filterchain>
<replacestring from="#old" to="new"/>
</filterchain>
<copy file="${makedir}\make.i.ba
k" tofile="${makedir}\make.i"
/>
<loadfile file="${makedir}\make.i.ba
k" property="${makedir}\make.
i">
</loadfile>
Start Free Trial