Re: Solved: copy: "fileset dir" copies only file

2005-09-03 Thread Juergen Hermann
On Sat, 03 Sep 2005 14:28:00 +0200, Mark Wiehland wrote: >> ${distdir} = "./build/dist" >> ${imagedir}= "./resources/img", with a file "testimg.png" inside. > > > > >Ant will create the folder then. Still, I think this is not the way it >should be...shouldn't I be able to just copy a dir

Solved: copy: "fileset dir" copies only file

2005-09-03 Thread Mark Wiehland
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/dist, not the directory > "img". I guess I could just create the directory,