>>>>> "MKH" == Matthew Kuperus Heun <[EMAIL PROTECTED]> writes:
>> destFile.setLastModified(sourceFile.lastModified()); >> >> I'm affraid this isn't Java 1.1 compatible, is this a problem? Take a look at the <touch> task (and unzip, untar ...). MKH> What is the general policy for ANT wrt jdk1.2? Simple: Ant is JDK 1.1 compatible. If there is something you cannot do in 1.1 but is very useful (like setting the timestamp of a file) - call it via reflection and print a warning if necessary. Stefan
