Hi,

-----Original Message-----
From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] 
Sent: Thursday, June 14, 2007 10:03 AM
To: user@ant.apache.org
Subject: <sync> Problem


/*
How to prevent folders from getting deleted
from todir by sync task ?
*/

ok found, that it's possible with ant 1.7

<sync todir="site">
  <fileset dir="generated-site"/>
  <preserveintarget>
    <include name="**/CVS/**"/>
  </preserveintarget>
</sync>


but we're still using ant 1.6.5

where can i get the <lsync> which is the <sync>
task patched with that behaviour for ant < 1.7 ???

i think it has been written by Dominique Devienne ?!


Regards, Gilbert

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to