From 7e086502636df8e3a54f344e025f059c8206f3ae Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Ant uses the API of java.io.File
to set the last
+ modification time which has some limitations. For example the
+ timestamp granularity depends on the operating system and sometimes
+ the operating system may allow a granularity smaller than
+ milliseconds. If you need more control you have to fall back to
+ the <exec>
task and native commands.
Starting with Ant 1.8.2 Ant will log a warning message if it fails + to change the file modification time. This will happen if you try + to change the modification time of a file you do not own on many + Unix systems, for example.
+