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,