Re: cvs commit: ant/docs/manual/CoreTasks touch.html

2004-01-08 Thread Stefan Bodewig
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 --

Re: cvs commit: ant/docs/manual/CoreTasks touch.html

2004-01-08 Thread Steve Loughran
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,

Re: cvs commit: ant/docs/manual/CoreTasks touch.html

2004-01-08 Thread Stefan Bodewig
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