stevel 02/01/13 16:06:07
Modified: docs/manual/CoreTasks conditions.html
Log:
condition for files matching
Revision Changes Path
1.4 +26 -1 jakarta-ant/docs/manual/CoreTasks/conditions.html
Index: conditions.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/conditions.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- conditions.html 10 Jan 2002 08:48:29 -0000 1.3
+++ conditions.html 14 Jan 2002 00:06:07 -0000 1.4
@@ -185,9 +185,34 @@
</tr>
</table>
+<h4>filesmatch</h4>
+<p>Test two files for matching. Both files must exist first.
+This test does a byte for byte comparision, so test time scales with
+byte size. NB: if the files are different sizes or the filenames match
+the slower test is shortcutted.
+
+</p>
+<table border="1" cellpadding="2" cellspacing="0">
+ <tr>
+ <td width="12%" valign="top"><b>Attribute</b></td>
+ <td width="78%" valign="top"><b>Description</b></td>
+ <td width="10%" valign="top"><b>Required</b></td>
+ </tr>
+ <tr>
+ <td valign="top">file1</td>
+ <td valign="top">First file to test</td>
+ <td align="center">Yes.</td>
+ </tr>
+ <tr>
+ <td valign="top">file2</td>
+ <td valign="top">Second file to test</td>
+ <td align="center">Yes.</td>
+ </tr>
+</table>
+
<hr>
<p align="center">Copyright © 2001-2002 Apache Software
Foundation. All rights Reserved.</p>
</body>
-</html>
\ No newline at end of file
+</html>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>