Hi again,
> There is already one actually ..., so you can also test the existing
> patch ...
Thanks for reply. I compared the patch to my solution and its exactly the
same way (using mapper for connecting src and dest).
I would appreciate if this patch is included in the next version of ant.
Cha
Hy again,
> You are not doing anything wrong. Actually, there is a bug report 30373
> http://issues.apache.org/bugzilla/show_bug.cgi?id=30373 concerning this
> in our bug reporting system. You might want to vote for the bug.
I think I have solved the problems in the source code. What is the easie
Dear all
I have a problem with the image task.
Lets say I have a directory structure like:
${src}/image1/img1.jpg
${src}/image1/img2.jpg
${src}/image2/img3.jpg
${src}/image2/img4.jpg
If I use the copy task:
I get the result:
${copyPath}/image1/img1.jpg
${copyPath}/image