Hi all
I have the following task which copies gif files from one location to
another:
<copy filtering="false" overwrite="false" todir="${build.dest}/icons">
<fileset dir="${build.src}/clients/jdriver/icons"
includes="**/*.gif"/>
</copy>
However when this is completed the gif files are not correct. When I
view them with my viewer the complete image is black.
Anyone know what I might be doing wrong ?
How can I fix this such that the ant can build the release correctly ?
Thanks
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>