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=26108>. 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=26108 delete task fails for jar file in CWD on WNT ------- Additional Comments From [EMAIL PROTECTED] 2004-03-19 21:52 ------- I cannot delete any jar file with ant 1.6.2 No problem with 1.5.4 Uses following simple build file <project name="ci" default="make"> <property name="JarFile" value="plot.jar"/> <!-- ClassPath Definition --> <property name="build.sysclasspath" value="ignore"/> <target name="jar"> <delete file="${JarFile}"/> </target> </project> It seems to depend on the System Classpath. If the directory where the jar file exists is set in the CLASSPATH it fails. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]