Hello,
when using <copy enablemultiplemappings="true">, are the source files
read only once or as many times as there are mappings?
for example
<copy enablemultiplemappings="true" todir="tmp">
<fileset dir="." includes="a" />
<compositemapper>
<identitymapper />
<globmapper from="*" to="prefix/*" />
</compositemapper>
</copy>
How many times should the file be read?
Thanks,
Patrick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]