Hi,

Does anyone know how to use filter in Ant?   I used the token and value
pair, but it did not replace the token

  <filter token="year" value="2000" />
  <copy todir="./test" >
        <fileset dir="." includes="test.file" />
  </copy>  

test.file:
year
@year@

Also, the filterfile was not supported either.
 Class org.apache.tools.ant.taskdefs.Filter doesn't support the "filterfile"
attribute


Thanks

Frank


Reply via email to