JWAT-77: Unit tests and bug fixes for newly implemented ArcFileWriter/WarcFileWriter and related classes.JWAT-76: Fix for archiveLengthStr/contentLengthStr set and archiveLength/contentLength null when using payload length validation.Removed alot of tags and replaced with spaces. (Company policy)Minor code cleanup.
JWAT-78: PayloadManager in JWAT-Tools seems to have a bug related to the closing of the RandomAccessFile and a non null tmpfile object.Added some unit tests of most common classes.Tweaked some constant definitions.
Merged in tledouxfr/jwat-tools/containermd_task (pull request #1)Adding a containermd task to create the containerMD representation of an arc or a warc file.
Adding a containermd task to create the containerMD represnetation of an arc or a warc file.Use the 1.0.2 version of the jwat core libraries.Correct the usage of identified payload by closing the handle in the case where a temporary file has to be created (large files) and delete them at the end.
JWAT-69: Unit tested WARC-Refers-To-Target-URI and WARC-Refers-To-Date in reader.Fixed some small bugs and omissions with the reading of those new headers.Removed some tabs.