You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/07/09 16:57:33 UTC

[Bug 2515] - Move Task deletes file when source and destination are identical.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2515

*** shadow/2515	Mon Jul  9 07:49:14 2001
--- shadow/2515.tmp.11578	Mon Jul  9 07:57:33 2001
***************
*** 44,47 ****
        <move file="f1" tofile="../../home/mumasank/f1"/>
     </target>
  
! Magesh
--- 44,51 ----
        <move file="f1" tofile="../../home/mumasank/f1"/>
     </target>
  
! Magesh
! 
! ------- Additional Comments From umagesh@rediffmail.com  2001-07-09 07:57 -------
! Created an attachment (id=299)
! Checks to see if file names are identical, skips if they are.