http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1547
*** shadow/1547 Thu Apr 26 18:03:54 2001 --- shadow/1547.tmp.17863 Thu Apr 26 18:03:54 2001 *************** *** 0 **** --- 1,21 ---- + +============================================================================+ + | <copy> task should fail if file="" is specified and doesn't exist | + +----------------------------------------------------------------------------+ + | Bug #: 1547 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: All | + | Severity: Enhancement OS/Version: All | + | Priority: High Component: Core tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + Currently <copy> task just logs the fact that the file specified in file="" + attribute doesn't exist and continues. We feel the behavior of <copyfile> + (BuildException) is more appropriate. This is similar to behavior of Unix "cp". + + The current behavior (easily missable log message) is error-prone.
