> -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
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
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
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,
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