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=20329>. 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=20329 Does not remove the directory after deleteing the files. ------- Additional Comments From [EMAIL PROTECTED] 2003-05-29 19:40 ------- I have tried to reproduce your problem with ant CVS head. I cannot. Try to run your build in verbose mode. (ant -verbose ) Also if you set quiet="false" and failonerror="true", if the directory ../.. /java/tomcat41/webapps/TestApplet1 cannot be deleted, you will see an error message and the build will stop. Maybe another task within ant is locking the TestApplet1 directory, preventing it from being deleted at the time the <delete> task is invoked.