DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28826>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28826 copy (failonerror) not ok Summary: copy (failonerror) not ok Product: Ant Version: 1.5.2 Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I want to copy a file to a directory. failonerror is set to false. <copy file="znv.xml" todir="c:/temp" overwrite="true" failonerror="false"/> The file does not exist. The task will be executet successfull. Up to here the functionality is ok. But the logMessage level (2=info) is wrong. The logMessage level should be 1 = Warning. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]