It seems to me the following sample code doesn't work. I mean original token
string won't be replaced.
<filter token="year" value="2000"/>
<copy todir="${dest.dir}" filtering="true">
<fileset dir="${src.dir}"/>
</copy>
using properties file doesn't work either.
<filter filtersfile="deploy_env.properties"/>
Any comments?
Thanks a lot.
Jason