>>>>> "DH" == Diane Holt <[EMAIL PROTECTED]> writes:
DH> --- Peter Donald <[EMAIL PROTECTED]> wrote: >> Unfortunately it is not possible in java DH> destFile.setLastModified(srcFile.lastModified()) The problem Pete is talking about is that Java 1.1 doesn't know File.setLastModified - and Ant wants to work for Java 1.1 as well. Glenn has already said he wants to include an attribute in the consolidated tasks which would be ignored (including a warning I hope) if running on JDK 1.1. Stefan
