Does below copy the files along with directory?

       <copy todir="${dir}">
            <fileset dir="${tools.dir}/install/**">
            <fileset dir="${tools.dir}/st/*">

What's the difference between ** and just *? Would first one copy
along with directory and the second one only individual files?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to