stevel 2005/01/22 12:08:55
Modified:docs/manual/CoreTasks touch.html
Log:
missing documentation.
Revision ChangesPath
1.13 +13 -2 ant/docs/manual/CoreTasks/touch.html
Index: touch.html
===
On Thu, 08 Jan 2004, Steve Loughran <[EMAIL PROTECTED]> wrote:
> Maybe for the touch tests we just say +-1000 or FS granularity,
> whatever is greater, and revert the unix granularity back to zero?
Well, the tests pass for me on Linux, let's wait until something
breaks 8-)
Stefan
--
Stefan Bodewig wrote:
On 7 Jan 2004, <[EMAIL PROTECTED]> wrote:
and in the process note that the granularity for unix
filesystems is not 0 but 1000 milliseconds. oops.
I think this heavily depends on the Unix flavor and FS
implementation in use.
yes, I wondered about that. And even in DOS-land,
On 7 Jan 2004, <[EMAIL PROTECTED]> wrote:
> and in the process note that the granularity for unix
> filesystems is not 0 but 1000 milliseconds. oops.
I think this heavily depends on the Unix flavor and FS
implementation in use.
Stefan
stevel 2004/01/07 09:49:37
Modified:src/testcases/org/apache/tools/ant/taskdefs TouchTest.java
src/main/org/apache/tools/ant/util FileUtils.java
src/main/org/apache/tools/ant/taskdefs Touch.java
src/etc/testcases/taskdefs touch.xml