Re: Suggested change to Move.java to check failonerror flag when unable to delete source file as part of move

2005-04-12 Thread GBartlett
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

Re: Suggested change to Move.java to check failonerror flag when unable to delete source file as part of move

2005-04-11 Thread GBartlett
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

Suggested change to Move.java to check failonerror flag when unable to delete source file as part of move

2005-04-11 Thread GBartlett
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