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=26108>.
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=26108

delete task fails for jar file in CWD on WNT





------- Additional Comments From [EMAIL PROTECTED]  2004-01-14 19:12 -------
That's a shame; I hoped it would recreate easily. Here's a run with your build
file on a Win 2K box. (I've tried not under Cygwin and with more conventional
JDK on Win NT, with the same result, so I don't think that's anything to do with
it.)

$ ant -verbose clean
Apache Ant version 1.6.0 compiled on December 18 2003
Buildfile: build.xml
Detected Java version: 1.3 in: f:\WebSphere\AppServer\java\jre
Detected OS: Windows 2000
parsing buildfile f:\temp\vtemp\build.xml with URI = 
file:///F:/temp/vtemp/build.xml
Project base dir set to: F:\temp\vtemp
Build sequence for target `clean' is [clean]
Complete build sequence is [clean, create, ]

clean:
     [echo] Using Apache Ant version 1.6.0 compiled on December 18 2003
   [delete] Deleting 1 files from F:\temp\vtemp
   [delete] Deleting F:\temp\vtemp\build.jar

BUILD FAILED
F:\temp\vtemp\build.xml:8: Unable to delete file F:\temp\vtemp\build.jar
        at org.apache.tools.ant.taskdefs.Delete.removeFiles(Delete.java:651)
        at org.apache.tools.ant.taskdefs.Delete.execute(Delete.java:540)
        at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:306)
        at org.apache.tools.ant.Task.perform(Task.java:401)
        at org.apache.tools.ant.Target.execute(Target.java:338)
        at org.apache.tools.ant.Target.performTasks(Target.java:365)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1237)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1094)
        at org.apache.tools.ant.Main.runBuild(Main.java:669)
        at org.apache.tools.ant.Main.startAnt(Main.java:220)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:215)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:90)

Total time: 3 seconds

[EMAIL PROTECTED] /cygdrive/f/temp/vtemp
$

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to