Hi,

If I have a bunch of project-wide filters:

<filter name="name" value="..."/>
<filter name="version" value="..."/>

How can I apply them all to a single file?

One would think that <replace> can do this, but <replace> requires a "token"
attribute.  I could do it with:

<replace token="name" value=".." .. />
<replace token="version" value=".." .. />

one <replace> per variable, but that's not very nice.

If there is no easy way currently, can I make a feature request? :) I'd like
<replace>'s "token" attribute to be optional, and if not present, the
project-wide filters are used.

thanks,

--Jeff

Reply via email to