From 2652cf805db3806abc8ba861dbde899d843e90cb Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 9 Apr 2003 14:31:47 +0000 Subject: [PATCH] Clarify docs git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274421 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/checksum.html | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) 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.