PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3263 *** shadow/3263 Fri Aug 24 10:55:51 2001 --- shadow/3263.tmp.21546 Fri Aug 24 10:55:51 2001 *************** *** 0 **** --- 1,34 ---- + +============================================================================+ + | Failure of copy task when source does not exist. | + +----------------------------------------------------------------------------+ + | Bug #: 3263 Product: Ant | + | Status: NEW Version: 1.4Beta2 | + | Resolution: Platform: PC | + | Severity: Normal OS/Version: Windows NT/2K | + | Priority: Other Component: Core tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Upgrading from Ant1.3 to Ant1.4Beta2, the following task stopped working when + the source file did not exist : + + <copy file ="${localconfig.dir}/Packages.xml" + todir ="${localbackup.dir}"/> + + In Ant1.3, a warning message is displayed, but processing continues : + + [copy] Could not find file C:\Dynamo\U2\config\Packages.xml to copy. + + In Ant1.4Beta2, the following error was generated : + + [copy] Could not find file C:\dynamo\u2\config\Packages.xml to copy. + + Processing stops. + + If this is chosen behaviour for Ant1.4, maybe copy and similar tasks should + have the equivalent of the quiet attribute that the delete task has.
