You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Mark Reid <ma...@proxima-tech.com> on 2002/12/17 08:25:33 UTC

Question about mappers

Hi,

If I have a directory like this:
    dir/
        file.ext
        file

and use a mapper like this:
<copy todir="newdir">
    <fileset dir="dir"/>
    <mapper type="glob" from="*.ext" to="*"/>
</copy>

What will happen? Will 'file' in 'newdir' be a copy of 'dir/file' or
'dir/newfile' or is it non-deterministic?

Thanks,

Mark.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>