[EMAIL PROTECTED] wrote:

> The behavior for the filtering (in Copy, etc.) will NOT substitute for
> properties that have been set in Ant 1.3. Is this a bug, or a feature?
> ;)

Err... filter tokens are separate from properties.  Always have been.

<filter token="year" value="2001" />
<filter filtersfile="file_of_filters" />

<copy todir="${dest.dir}" filtering="yes" >
  <fileset dir="${src.dir} />
</copy>

I'm -1 for making properties defacto filter tokens.  Anyone care to argue me
out of that position? :-)

Glenn

Reply via email to