RE: copy: "fileset dir" copies only file

2005-09-05 Thread Stephen McConnell
> -Original Message- > From: Mark Wiehland [mailto:[EMAIL PROTECTED] > Sent: Saturday, 3 September 2005 9:31 PM > To: user@ant.apache.org > Subject: copy: "fileset dir" copies only file > > Hello all, > > I don't get what I do wrong. The man

copy: "fileset dir" copies only file

2005-09-05 Thread Omar Abou Deif
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

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,

copy: "fileset dir" copies only file

2005-09-03 Thread Mark Wiehland
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