Browse Source

docs for PR 16539

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276845 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
961cb53ce8
3 changed files with 22 additions and 0 deletions
  1. +1
    -0
      CONTRIBUTORS
  2. +3
    -0
      WHATSNEW
  3. +18
    -0
      docs/manual/CoreTasks/checksum.html

+ 1
- 0
CONTRIBUTORS View File

@@ -117,6 +117,7 @@ Marcel Schutte
Marcus Börger
Mariusz Nowostawski
Mark Hecker
Mark R. Diggory
Martijn Kruithof
Martin Landers
Martin Poeschl


+ 3
- 0
WHATSNEW View File

@@ -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 <checksum>.
Bugzilla Report 16539.

Changes from Ant 1.6.2 to current Ant 1.6 CVS version
=====================================================



+ 18
- 0
docs/manual/CoreTasks/checksum.html View File

@@ -72,6 +72,24 @@ perform checksum verifications.
</td>
<td valign="top" align="center">No</td>
</tr>
<tr>
<td valign="top">pattern</td>
<td valign="top">Specifies the pattern to use as a pattern
suitable for <a
href="http://java.sun.com/j2se/1.4.2/docs/api/java/text/MessageFormat.html">MessageFormat</a>
where <code>{0}</code> is replaced with the checksum and
<code>{1}</code> with the file name.</td>
<td valign="top" align="center">No - default is &quot;{0}&quot;.</td>
</tr>
<tr>
<td valign="top">format</td>
<td valign="top">Specifies the pattern to use as one of a
well-known format. Supported values are &quot;CHECKSUM&quot;
(only the checksum itself, the default), &quot;MD5SUM&quot; the
format of GNU textutils md5sum and &quot;SVF&quot; the format of
*BSDs md5 command.</td>
<td valign="top" align="center">No - default is &quot;CHECKSUM&quot;.</td>
</tr>
<tr>
<td valign="top">totalproperty</td>
<td valign="top">If specified, this attribute specifies the name of


Loading…
Cancel
Save