You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

SCA Java 1.1-incubating (Released in February 2007)

For full detail about the release please see the RELEASE_NOTES and CHANGES files.

We use the Apache mirror system for our downloads. It can take a day or so for releases to propagate to all mirrors, so if you are downloading something near the release date, please be patient and retry the links from this page in the event that a selected mirror does not yet have the download.

You must verify the integrity of the downloaded files using signatures downloaded from our main distribution directory.

The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the relevant distribution. Make sure you get these files from the main distribution directory, rather than from a mirror (the asc and md5 links below take you to the main distribution directory). Then verify the signatures using

% pgpk -a KEYS
% pgpv apache-tuscany-sca-1.1-incubating.tar.gz.asc
or
% pgp -ka KEYS
% pgp apache-tuscany-sca-1.1-incubating.tar.gz.asc
or
% gpg --import KEYS
% gpg --verify apache-tuscany-sca-1.1-incubating.tar.gz.asc

Alternatively, you can verify the MD5 signature on the files. A unix program called md5 or md5sum is included in many unix distributions. It is also available as part of GNU Textutils. Windows users can get binary md5 programs from various places.

Windows

Linux / Mac OS X / Unix

  • No labels