Does copy with filters/tokens work? I'm trying to use it and I can't seem to
get it to work. I don't see any examples or test cases for it. Shouldn't
this work?

<copy flatten="false" todir="${common.embed.dir}" overwrite="true">
<fileset
basedir="build/config/${current.runtime.config}/${current.runtime.version}/$
{current.build.config}">
        <includes name="**/common.config" />

</fileset>
<filterset>
        <filter token="package.version" value="${package.version}" />
        <filter token="publickey" value="${publickey}" />
</filterset>
</copy>         

-matt 


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to