bodewig 2004/09/10 07:19:26 Modified: . CONTRIBUTORS WHATSNEW docs/manual/CoreTasks checksum.html Log: docs for PR 16539 Revision Changes Path 1.31 +1 -0 ant/CONTRIBUTORS Index: CONTRIBUTORS =================================================================== RCS file: /home/cvs/ant/CONTRIBUTORS,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- CONTRIBUTORS 10 Sep 2004 08:50:25 -0000 1.30 +++ CONTRIBUTORS 10 Sep 2004 14:19:26 -0000 1.31 @@ -117,6 +117,7 @@ Marcus Börger Mariusz Nowostawski Mark Hecker +Mark R. Diggory Martijn Kruithof Martin Landers Martin Poeschl 1.659 +3 -0 ant/WHATSNEW Index: WHATSNEW =================================================================== RCS file: /home/cvs/ant/WHATSNEW,v retrieving revision 1.658 retrieving revision 1.659 diff -u -r1.658 -r1.659 --- WHATSNEW 10 Sep 2004 08:50:25 -0000 1.658 +++ WHATSNEW 10 Sep 2004 14:19:26 -0000 1.659 @@ -47,6 +47,9 @@ * 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 ===================================================== 1.13 +18 -0 ant/docs/manual/CoreTasks/checksum.html Index: checksum.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/checksum.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- checksum.html 23 Aug 2004 14:15:06 -0000 1.12 +++ checksum.html 10 Sep 2004 14:19:26 -0000 1.13 @@ -73,6 +73,24 @@ <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 "{0}".</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 "CHECKSUM" + (only the checksum itself, the default), "MD5SUM" the + format of GNU textutils md5sum and "SVF" the format of + *BSDs md5 command.</td> + <td valign="top" align="center">No - default is "CHECKSUM".</td> + </tr> + <tr> <td valign="top">totalproperty</td> <td valign="top">If specified, this attribute specifies the name of the property that will hold a checksum of all the checksums and
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]