Bug 29045

Summary: Updates to Move & Copy
Product: Ant Reporter: paulnisbett <paulnisbett>
Component: Core tasksAssignee: Ant Notifications List <notifications>
Status: NEW ---    
Severity: enhancement    
Priority: P3    
Version: 1.6.1   
Target Milestone: ---   
Hardware: PC   
OS: other   

Description paulnisbett 2004-05-17 20:54:23 UTC
There should be a update to move & copy build in task. This is to report 
errors in a similar way to the exec task.

http://ant.apache.org/manual/CoreTasks/exec.html

In the exec task you can assign the error to an error property and let the 
build continue. But in the case of copy & move it logs the error and 
continues. 

What i would love in ant would be the error reporting for <move> & <copy> to 
work in the same way as the <exec> task.

regards
Paul