You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2017/12/09 04:50:33 UTC

[Bug 61334] Un-deprecate "Rename" task

https://bz.apache.org/bugzilla/show_bug.cgi?id=61334

Jaikiran Pai <ja...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Jaikiran Pai <ja...@apache.org> ---
>> When using the Move task to rename a folder where files inside the folder are currently being locked by a 3rd party the move task will move all files up to the point where the locked files can't be moved and the the task fails.

As far as I know, "mv" is an atomic operation and if it does fail then I would
expect the original directories to be in a proper state. Do you have an example
build file which shows the usage of this task and the logs and the inconsistent
state it ends up in when it fails?

-- 
You are receiving this mail because:
You are the assignee for the bug.