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=43032>. 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=43032 Summary: jar reports warning class modified in future on Windows Product: Ant Version: 1.7.0 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Core tasks AssignedTo: dev@ant.apache.org ReportedBy: [EMAIL PROTECTED] On a small project with just a few classes a target "all" that compiles and builds the jar task will result in warnings "*.class modified in the future" for each class. This happens only on Windows (XP, Vista tested) with ant 1.7.0 (current nightly build, too). Ant 1.6.2 and other operating systems look fine. It is likely related to the 2s timestamp resolution on Windows. Similar problems have been reported for early ant versions about 1.3 in general for Windows. A nasty workaround is to add a <sleep seconds="2" /> for the jar target. One second results just in less classes reporting the warning depending on the boundary of the seconds. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]