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=22560>. 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=22560 Touch doesn't work on Debian unstable & Java1.4.2 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-08-21 19:19 ------- Close this bug, it's not Ant's fault. Sorry about the last two verbose comments. Here's a much shorter demonstration of what's going wrong with Debain unstable vs. Java: $ bsh BeanShell 1.2b6 - by Pat Niemeyer ([EMAIL PROTECTED]) bsh % import java.io.File; bsh % exec("touch touchme"); bsh % f = new File("touchme"); bsh % print(f.lastModified()); 1061493193000 bsh % f.setLastModified(System.currentTimeMillis()); bsh % print(f.lastModified()); 1000 bsh % exit(); Funny thing is it looks like Java's epoch is 1 second off from Linux's epoch. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]