I\'d like to copy files and subdirectories using Ant from a single subdirectory without copying the rest of the directory structure and contents. For example, I\'d like to
just use a fileset starting from dir2 including all dirs and files below..
verbose = true to echo all the files copied
May be you need to use overwrite = true also if the dir that is specified by todir
attribute already exists, otherwise existing files won't be overwritten by copy task