--- Christian Cryder <[EMAIL PROTECTED]> wrote:
> What I'm wondering is this: what if I have a different copy which needs
> to use different filters? Is there any way to set up the filters,
> perform the copy, and then remove the filters as soon as I'm done?

Don't think you can ever get rid of a filter, but you can reassign what
the filter value should be. Eg:

  <target name="copy">
    <filter token="foo" value="bar"/>
    <copy file="foo" tofile="bar" filtering="yes"/>
    <filter token="foo" value="baz"/>
    <copy file="foo" tofile="baz" filtering="yes"/>
  </target>

Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com

Reply via email to