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 [EMAIL PROTECTED]  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to