Re: timestamp checking

2004-04-23 Thread Stefan Bodewig
On Wed, 21 Apr 2004, Steve Loughran <[EMAIL PROTECTED]> wrote: > I am thinking we can and should factor out all timestamp checking > into one place, like FileUtils and FileSet. Hmm, see oata.util.ResourceUtils#selectOutOfDateSour

Re: timestamp checking

2004-04-22 Thread Steve Loughran
Matt Benson wrote: --- Steve Loughran <[EMAIL PROTECTED]> wrote: I am thinking we can and should factor out all timestamp checking into one place, like FileUtils and FileSet. +1 Incidentally, on that granularity discussion yesterday. There is a platform independent way to determin

Re: timestamp checking

2004-04-21 Thread Matt Benson
--- Steve Loughran <[EMAIL PROTECTED]> wrote: > > I am thinking we can and should factor out all > timestamp checking into > one place, like FileUtils and FileSet. +1 > > Incidentally, on that granularity discussion > yesterday. There is a > platform ind

timestamp checking

2004-04-21 Thread Steve Loughran
I am thinking we can and should factor out all timestamp checking into one place, like FileUtils and FileSet. 1. lots of code (JarSigner, uptodate) dont use the file system granularity at all when checking file ages. recommendation: some method boolean FileUtils.IsUpTodate(source,dest