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=17512>. 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=17512 Quitting javac task with CTRL-C can leave temporary files [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED Target Milestone|--- |1.6 Version|1.7Alpha (nightly) |1.5.4 ------- Additional Comments From [EMAIL PROTECTED] 2003-10-14 13:23 ------- I've tried to hunt down all temporary files that we create and marked them as deleteOnExit (without reflection as Ant 1.6 drops the 1.1 dependency). My reading of this method's Javadocs is that you are lucky if this happens to remove the temporary files when you hit ^C (Deletion will be attempted only for normal termination of the virtual machine). Fixed in CVS HEAD and Ant 1.6beta2. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]