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
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
--- 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
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