DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16768>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

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

copy does not clean up after failure copying

           Summary: copy does not clean up after failure copying
           Product: Ant
           Version: 1.5.1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


If you use the copy task on a group of files, and it fails out on one of them
because the file is locked open at the OS level by another application, it will
not copy the file.  But it will, however leave a properly named and dated file
in the copy destination, with a size of 0.  

It should not do this... it should not create the file at all if it couldn't be
copied.

Reply via email to