Thanks again for your response and patience.
I see what you are saying - and therefore copy
has the same issue. That is to say if you pass
a list of files to copy and an exception is thrown
copying one of the files - then the task will not
attempt to copy the rest of the files in the list.
fail
Matt
Thanks for your reply.
I am not sure I agree that failonerror is being honored by the Move task
in the same fashion that it is by the Copy task. If you take a look at
Copy - it checks failonerror when it encounters an error, where
Move does not check this flag at all.
The doc also indicat
A couple of weeks back I sent the following to the ant user list without
any response. I am thinking that the dev list would have been a better
place for this request. Can someone here give this a read and let me know
if this change can be accepted back into the ant source.
Thanks,
Gary Bartlet