Solved: copy: "fileset dir" copies only file
Mark Wiehland wrote: > Here is my xml code: > > > > > > where > ${distdir} = "./build/dist" > ${imagedir}= "./resources/img", with a file "testimg.png" inside. > > But Ant just copies "testimg.png" to ./build/d
copy: "fileset dir" copies only file
Hello all, I don't get what I do wrong. The manual says: Copy a directory to another directory Here is my xml code: where ${distdir} = "./build/dist" ${imagedir}= "./resources/img", with a file "testimg.png" inside. But Ant just copies "testimg.png" to ./build/dist, not