You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Stanislas Pinte <st...@wanadoo.be> on 2000/11/14 15:15:17 UTC

bug in copydir task

hello,

I had a problem with the following task:

<copydir src="${client_src}/mydir/" dest="${client_build}/mydir/" 
filtering="false" excludes="**.java"/>

all the .jpg and .gif files that were in that dir got slightly modified ( a 
few bytes )... I had to specify the option "forceoverwrite" to make sure it 
did't happen.

  <copydir src="${client_src}/mydir/" dest="${client_build}/mydir/" 
filtering="false" excludes="**.java" forceoverwrite="true"/>

Has anyone experienced the same bug?

Stan

-------------------------------------------------------

Stanislas Pinte
Software engineer - Trademine-europe
Tel: 00 32 486 67 78 86

-------------------------------------------------------