Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 99245 invoked from network); 28 Aug 2009 18:25:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Aug 2009 18:25:32 -0000 Received: (qmail 99857 invoked by uid 500); 28 Aug 2009 12:58:52 -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 99847 invoked by uid 99); 28 Aug 2009 12:58:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Aug 2009 12:58:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Aug 2009 12:58:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 634AC23888E7; Fri, 28 Aug 2009 12:58:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r808870 - in /db/jdo/trunk: README.html tck2/RunRules.html Date: Fri, 28 Aug 2009 12:58:30 -0000 To: jdo-commits@db.apache.org From: mcaisse@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090828125830.634AC23888E7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mcaisse Date: Fri Aug 28 12:58:29 2009 New Revision: 808870 URL: http://svn.apache.org/viewvc?rev=808870&view=rev Log: JDO-635 Documented work-around, fixed older reference to README.txt (now html) Modified: db/jdo/trunk/README.html db/jdo/trunk/tck2/RunRules.html Modified: db/jdo/trunk/README.html URL: http://svn.apache.org/viewvc/db/jdo/trunk/README.html?rev=808870&r1=808869&r2=808870&view=diff ============================================================================== --- db/jdo/trunk/README.html (original) +++ db/jdo/trunk/README.html Fri Aug 28 12:58:29 2009 @@ -115,6 +115,11 @@

Building the TCK from Source

For instructions for checking out the JDO source, see the Apache JDO source code page. +

+If you are using Java 1.5, before building, edit project.properties in the tck2 directory to comment out the line that sets maven.compile.compilerargs: +

+#maven.compile.compilerargs= -proc:none
+
To build the TCK dependencies, change to the top level directory of the branch you are working in (or trunk if you are using the latest unreleased code) and run
 maven tck2.default

Modified: db/jdo/trunk/tck2/RunRules.html
URL: http://svn.apache.org/viewvc/db/jdo/trunk/tck2/RunRules.html?rev=808870&r1=808869&r2=808870&view=diff
==============================================================================
--- db/jdo/trunk/tck2/RunRules.html (original)
+++ db/jdo/trunk/tck2/RunRules.html Fri Aug 28 12:58:29 2009
@@ -60,7 +60,7 @@
 

      -
    • README.txt +

    • README.html

    • maven configuration files project.properties and project.xml (common project definition for all Apache JDO projects including