https://issues.apache.org/bugzilla/show_bug.cgi?id=21832
vamsihari <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #3 from vamsihari <[EMAIL PROTECTED]> 2008-10-22 23:46:48 PST ---
Team ,
preserveintarget is not working,
still the sync job overwrites the folder/file in the target
this is how i'm using this target in my script
<sync todir="C:\test2" verbose="true">
<fileset dir ="C:\test1"/>
<preserveintarget>
<include name="donotcopy/**"/>
</preserveintarget>
</sync>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.