From open-jpa-commits-return-653-apmail-incubator-open-jpa-commits-archive=incubator.apache.org@incubator.apache.org Sun Nov 12 23:04:22 2006 Return-Path: Delivered-To: apmail-incubator-open-jpa-commits-archive@locus.apache.org Received: (qmail 36031 invoked from network); 12 Nov 2006 23:04:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2006 23:04:21 -0000 Received: (qmail 63570 invoked by uid 500); 12 Nov 2006 23:04:32 -0000 Delivered-To: apmail-incubator-open-jpa-commits-archive@incubator.apache.org Received: (qmail 63524 invoked by uid 500); 12 Nov 2006 23:04:32 -0000 Mailing-List: contact open-jpa-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-commits@incubator.apache.org Received: (qmail 63515 invoked by uid 99); 12 Nov 2006 23:04:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Nov 2006 15:04:32 -0800 X-ASF-Spam-Status: No, hits=2.7 required=10.0 tests=HTML_MESSAGE,HTML_TAG_EXIST_TBODY,MIME_HTML_ONLY,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Nov 2006 15:04:20 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0DE477142BF for ; Sun, 12 Nov 2006 15:04:00 -0800 (PST) Message-ID: <14255628.1163372640024.JavaMail.www-data@brutus> Date: Sun, 12 Nov 2006 15:04:00 -0800 (PST) From: confluence@apache.org To: open-jpa-commits@incubator.apache.org Subject: [CONF] OpenJPA: Downloads (page edited) MIME-Version: 1.0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org
Page Edited : = openjpa : Downloads

Downloads has been edited by Marc Prud'hommeaux (Nov 12, 2006).

=20

(View changes)

Content:

OpenJPA Downloads

Use the links below to download a distribution of Apache OpenJPA. It is = good practice to verify the integrity of the distribution files= .

For information on obtaining OpenJPA binaries, see the Obtaining page. Fo= r information on building OpenJPA from source, see the Building Op= enJPA page.

Nightly Snapshots

These distributions are built and deployed nightly, and contain up-to-da= te fixes and improvements. However, their stability cannot be guaranteed. U= se at your own risk.

3D""Note: there are no official OpenJPA releases yet. The fi= les listed here are only candidates that are awaiting approval.
  Download Signatures
OpenJPA 0.9.7 Nightly openjpa-project-= 0.9.7-incubating-SNAPSHOT-binary.zip 3D"" MD5 PGP3D""
OpenJPA 0.9.7 Nightly Source Code openjpa-project-= 0.9.7-incubating-SNAPSHOT-source.zip 3D"" MD5 PGP3D""

Verifying Releases

We strongly recommend you verify the integrity of the downloaded files w= ith both PGP and MD5. The PGP signatures can be verified using PGP3D"" or GPG3D"". First download the KEYS as well as the asc signature file f= or the particular distribution. Make sure you get these files from the main= distribution directory, rather than from a mirror. Then verify the signatu= res using one of the following sets of commands:

Verifying Release Files us= ing the pgpk Utility
% pgpk -a KEYS
% pgpv openjpa-*.zip.asc
Verifying Release Files us= ing the pgp Utility
% pgp -ka KEYS
% pgp openjpa-*.zip.asc
Verifying Release Files us= ing the gpg Utility
% gpg --import KEYS
% gpg --verify openjpa-*.zip.asc

Alternatively, you can verify the checksums on the files. Unix programs = called md5/sha1 or md5sum/sha1sum are included = in many unix distributions. *sum is also available as part of GNU Textutils= 3D""= . Windows users can get binary md5 programs from here3D"" or here3D"". fsum3D"" supports MD5 and SHA1.