Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To generate checksums, navigate to the directory containing the .zip file and run the CertUtil command. Append SHA512 and MD5, as shown below, to generate those checksums.  (The default gives you the SHA1 checksum.) Is the intent to make sure that the checksums from all 3 sources are identical?

 line1 CertUtil -hashfile 'apache-taverna-parent-2-incubating-source-release.zip'
    CertUtil -hashfile 'apache-taverna-parent-2-incubating-source-release.zip' SHA512
    CertUtil -hashfile 'apache-taverna-parent-2-incubating-source-release.zip' SHA512

...