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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to