You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2005/05/18 22:47:13 UTC

cvs commit: ant/docs/manual/CoreTasks checksum.html

stevel      2005/05/18 13:47:13

  Modified:    docs/manual/CoreTasks checksum.html
  Log:
  Note current state of extension case.
  
  Revision  Changes    Path
  1.19      +8 -0      ant/docs/manual/CoreTasks/checksum.html
  
  Index: checksum.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/checksum.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- checksum.html	29 Apr 2005 18:58:13 -0000	1.18
  +++ checksum.html	18 May 2005 20:47:13 -0000	1.19
  @@ -27,6 +27,14 @@
   Technical University Graz</a> offer more digest algorithms than those
   built-in into your JDK.</p>
   
  +<p>
  +Warning: the case of the extension is that of the algorithm used.
  +If you ask for "SHA1", you get a .SHA1 extension; if you ask for "sha1", you
  +get a file ending in .sha1. The Java Crypto Engines are case-insensitive
  +in matching algorithms, so choose a name to match your desired output extension,
  +or set the <tt>fileext</tt> attribute.
  +</p>
  +
   <h3>Parameters</h3>
   <table border="1" cellpadding="2" cellspacing="0">
     <tr>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org