bodewig 2003/04/09 07:31:47
Modified: docs/manual/CoreTasks checksum.html
Log:
Clarify docs
Revision Changes Path
1.6 +12 -5 ant/docs/manual/CoreTasks/checksum.html
Index: checksum.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/checksum.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- checksum.html 22 Jun 2002 23:38:27 -0000 1.5
+++ checksum.html 9 Apr 2003 14:31:47 -0000 1.6
@@ -50,10 +50,17 @@
</tr>
<tr>
<td valign="top">property</td>
- <td valign="top">Specifies the name of the property to be set
- with the generated checksum value. This cannot be specified
- when fileext is being used or when the number of files
- for which checksums is to be generated is greater than 1.
+ <td valign="top">This attribute can mean two different things, it
+ depends on the presence of the verifyproperty attribute.<br/>
+ <b>If you don't set the verifyproperty attribute</b>, property
+ specifies the name of the property to be set with the generated
+ checksum value.<br/>
+ <b>If you set the verifyproperty attribute</b>, property specifies
+ the checksum you expect to be generated (the checksum itself, not
+ a name of a property containing the checksum).<br/>
+ This cannot be specified when fileext is being used or when the
+ number of files for which checksums is to be generated is greater
+ than 1.
</td>
<td valign="top" align="center">No</td>
</tr>
@@ -151,7 +158,7 @@
the result will be true only if the checksums matched correctly for all
files being
considered.
-<hr><p align="center">Copyright © 2001-2002 Apache Software Foundation.
All rights
+<hr><p align="center">Copyright © 2001-2003 Apache Software Foundation.
All rights
Reserved.</p>
</body>