You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2003/09/02 16:28:51 UTC

DO NOT REPLY [Bug 22863] - Can't just rename a directory with the move task

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22863>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22863

Can't just rename a directory with the move task





------- Additional Comments From bodewig@apache.org  2003-09-02 14:28 -------
Are there any files or directories left in the original location in the

<move todir="${parent}/${newname}">
  <fileset dir="${parent}/${oldname}"/>
</move>

case?  This should try to simply rename the directory if it actually moves
everything.  But then again, the long delay you see may be spent scanning
the directory tree just to see whether everything is included.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org