Re: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs GetTest.java

2005-02-27 Thread Steve Loughran
[EMAIL PROTECTED] wrote: mbenson 2005/02/25 15:15:16 Modified:src/main/org/apache/tools/ant/taskdefs Tag: ANT_16_BRANCH Get.java .Tag: ANT_16_BRANCH WHATSNEW src/etc/testcases/taskdefs Tag: ANT_16_BRANCH get.xml

Re: cvs commit: ant/src/testcases/org/apache/tools/ant/taskdefs GetTest.java

2005-02-25 Thread Matt Benson
This caused LibrariesTest to fail--that's how I found it, since Get didn't have a test for this. In the course of this I also discovered that if the date on the local file is approx. = or > than the URL time, the download is performed anyway. I am already making the check for Java 1.2 in the Get