From jdo-commits-return-1425-apmail-db-jdo-commits-archive=www.apache.org@db.apache.org Fri Mar 31 23:32:03 2006 Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 27779 invoked from network); 31 Mar 2006 23:32:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Mar 2006 23:32:03 -0000 Received: (qmail 98200 invoked by uid 500); 31 Mar 2006 23:32:03 -0000 Mailing-List: contact jdo-commits-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-commits@db.apache.org Received: (qmail 98189 invoked by uid 99); 31 Mar 2006 23:32:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Mar 2006 15:32:03 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 31 Mar 2006 15:32:02 -0800 Received: (qmail 27711 invoked by uid 65534); 31 Mar 2006 23:31:42 -0000 Message-ID: <20060331233142.27706.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r390542 - /db/jdo/branches/2.0/README.txt Date: Fri, 31 Mar 2006 23:31:41 -0000 To: jdo-commits@db.apache.org From: clr@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: clr Date: Fri Mar 31 15:31:40 2006 New Revision: 390542 URL: http://svn.apache.org/viewcvs?rev=390542&view=rev Log: JDO-356 Update README.txt Modified: db/jdo/branches/2.0/README.txt Modified: db/jdo/branches/2.0/README.txt URL: http://svn.apache.org/viewcvs/db/jdo/branches/2.0/README.txt?rev=390542&r1=390541&r2=390542&view=diff ============================================================================== --- db/jdo/branches/2.0/README.txt (original) +++ db/jdo/branches/2.0/README.txt Fri Mar 31 15:31:40 2006 @@ -1,4 +1,4 @@ -This is the release candidate 1 of the JDO 2 project. It includes +This is the official release of the JDO 2 project. It includes the JDO 2.0 TCK and its dependencies: - api20 contains source to build jdo.jar, which defines the JDO API version 2.0 @@ -16,7 +16,7 @@ http://maven.apache.org/start/download.html Note that maven uses the user.home system property for the location -of the maven local repostitory: ${user.home}/.maven/repository. +of the maven local repository: ${user.home}/.maven/repository. Under Windows this system property is C:\Documents and Settings\ no matter what the HOME variable is set to. As a workaround you may set the system property by adding -Duser.home=%HOME% to the environment variable @@ -34,7 +34,7 @@ the downloaded zip. It includes the jars fscontext.jar and providerutil.jar. - JPOX -The Reference Implementation for JDO 2.0 is JPOX. The tck20 subproject +The Reference Implementation for JDO 2.0 is JPOX 1.1.0. The tck20 subproject automatically downloads the JPOX jar files via maven configuration. - derby @@ -70,10 +70,10 @@ Running the TCK ------- -This version of the TCK is almost final. +This version of the TCK is final. In the tck20 project, run "maven build" to build the tck. This will -compile, enhance, install the schemas, and run all the tests on all +compile, enhance, install the schemas, and run all the tests on the RI on all supported databases and identitytypes. You may use the following custom goals and command line options