diff --git a/docs/manual/CoreTasks/checksum.html b/docs/manual/CoreTasks/checksum.html index ae246792e..0451226bf 100644 --- a/docs/manual/CoreTasks/checksum.html +++ b/docs/manual/CoreTasks/checksum.html @@ -50,10 +50,17 @@ perform checksum verifications. property - 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. + This attribute can mean two different things, it + depends on the presence of the verifyproperty attribute.
+ If you don't set the verifyproperty attribute, property + specifies the name of the property to be set with the generated + checksum value.
+ If you set the verifyproperty attribute, property specifies + the checksum you expect to be generated (the checksum itself, not + a name of a property containing the checksum).
+ 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. No @@ -151,7 +158,7 @@ When working with more than one file, if condition and/or verifyproperty is used the result will be true only if the checksums matched correctly for all files being considered. -

Copyright © 2001-2002 Apache Software Foundation. All rights +


Copyright © 2001-2003 Apache Software Foundation. All rights Reserved.