DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20474>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20474
New Selector and improved documentation
------- Additional Comments From umagesh@apache.org 2003-06-06 14:41 -------
I like the idea behind the cache selector. But I am not comfortable with the
HashValueAlgorithm where you convert a byte array into a character string
object before computing the hashvalue for it. Instead of converting from bytes
to string, use MessageDigest along with the MD5 algorithm to calculate the MD5
hashvalue for each file (See the code for the checksum task for an example).
This is purely stream based and not string based.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|