From 961cb53ce8d00702bac3d7f91ce2d39598a815c7 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 10 Sep 2004 14:19:26 +0000 Subject: [PATCH] docs for PR 16539 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276845 13f79535-47bb-0310-9956-ffa450edef68 --- CONTRIBUTORS | 1 + WHATSNEW | 3 +++ docs/manual/CoreTasks/checksum.html | 18 ++++++++++++++++++ 3 files changed, 22 insertions(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 55a96589e..c44b4d06d 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -117,6 +117,7 @@ Marcel Schutte Marcus Börger Mariusz Nowostawski Mark Hecker +Mark R. Diggory Martijn Kruithof Martin Landers Martin Poeschl diff --git a/WHATSNEW b/WHATSNEW index 5a18291c0..276d5f89a 100644 --- a/WHATSNEW +++ b/WHATSNEW @@ -47,6 +47,9 @@ Other changes: * Refactored Target invocation into org.apache.tools.ant.Executor implementations. Bugzilla Reports 21421, 29248. +* It is now possible to specify the pattern created/parsed by . + Bugzilla Report 16539. + Changes from Ant 1.6.2 to current Ant 1.6 CVS version ===================================================== diff --git a/docs/manual/CoreTasks/checksum.html b/docs/manual/CoreTasks/checksum.html index 76898dcc2..90e294108 100644 --- a/docs/manual/CoreTasks/checksum.html +++ b/docs/manual/CoreTasks/checksum.html @@ -72,6 +72,24 @@ perform checksum verifications. No + + pattern + Specifies the pattern to use as a pattern + suitable for MessageFormat + where {0} is replaced with the checksum and + {1} with the file name. + No - default is "{0}". + + + format + Specifies the pattern to use as one of a + well-known format. Supported values are "CHECKSUM" + (only the checksum itself, the default), "MD5SUM" the + format of GNU textutils md5sum and "SVF" the format of + *BSDs md5 command. + No - default is "CHECKSUM". + totalproperty If specified, this attribute specifies the name of