DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=27842>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27842 Delete Task - Unable to Delete file (*.log) Summary: Delete Task - Unable to Delete file (*.log) Product: Ant Version: 1.1 Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Received the following error after attempting to delete log files. We added the appropriate action attribute/value, action="stop" in our build file for the appropriate log file(s) and added additional stops prior to invoking the Delete task(s). The delete fail only occurs on our log files that we have previously opened and recorded too earlier in our build. [delete] Deleting: C:\Model_Office-20040322-0817\build\index.html [delete] Deleting: C:\Model_Office-20040322-0817\build\fullreport.txt [delete] Deleting: C:\Model_Office-20040322-0817\build\Rainbow.zip [delete] Deleting: C:\Model_Office-20040322-0817\build\Rainbow.war [delete] Deleting: C:\Model_Office-20040322-0817\build\checkOutList.txt [delete] Deleting: C:\Model_Office-20040322-0817\build\dirtyBuild.txt [delete] Deleting: C:\Model_Office-20040322-0817\build\compile.log BUILD FAILED C:\Rainbow\build.xml:191: Unable to delete file C:\Model_Office-20040322-0817 \build\compile.log at org.apache.tools.ant.taskdefs.Delete.execute(Delete.java:466) at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:269) at org.apache.tools.ant.Task.perform(Task.java:364) at org.apache.tools.ant.Target.execute(Target.java:301) at org.apache.tools.ant.Target.performTasks(Target.java:328) at org.apache.tools.ant.Project.executeTarget(Project.java:1215) at org.apache.tools.ant.Project.executeTargets(Project.java:1063) at org.apache.tools.ant.Main.runBuild(Main.java:632) at org.apache.tools.ant.Main.startAnt(Main.java:183) at org.apache.tools.ant.launch.Launcher.run(Launcher.java:197) at org.apache.tools.ant.launch.Launcher.main(Launcher.java:56) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]