The documentation for get states there is an attribute usetimestamps, but
the attribute is named usetimestamp.

Index: index.html
===================================================================
RCS file: /home/cvspublic/jakarta-ant/docs/index.html,v
retrieving revision 1.192
diff -u -r1.192 index.html
--- index.html  2001/01/21 00:40:39     1.192
+++ index.html  2001/01/21 14:52:20
@@ -2833,7 +2833,7 @@
     <td align="center" valign="top">No</td>
   </tr>
   <tr>
-    <td valign="top">usetimestamps</td>
+    <td valign="top">usetimestamp</td>
     <td valign="top">conditionally download a file based on the timestamp of 
the local copy.
        HTTP only</td>
     <td align="center" valign="top">No</td>
@@ -2846,7 +2846,7 @@
 <pre>  &lt;get 
src=&quot;http://jakarta.apache.org/builds/tomcat/nightly/ant.zip&quot; 
        dest=&quot;optional.jar&quot; 
        verbose=&quot;true&quot;
-       usetimestamps=&quot;true&quot;/&gt;</pre>
+       usetimestamp=&quot;true&quot;/&gt;</pre>
 <p>
 Gets the nightly ant build from the tomcat distribution, if the local copy
 is missing or out of date. Uses the verbose option 

Reply via email to