From derby-commits-return-1295-apmail-db-derby-commits-archive=db.apache.org@db.apache.org Wed Sep 07 21:31:07 2005 Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 66952 invoked from network); 7 Sep 2005 21:31:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2005 21:31:07 -0000 Received: (qmail 58478 invoked by uid 500); 7 Sep 2005 21:31:07 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 58419 invoked by uid 500); 7 Sep 2005 21:31:07 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 58406 invoked by uid 99); 7 Sep 2005 21:31:07 -0000 X-ASF-Spam-Status: No, hits=-9.8 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; Wed, 07 Sep 2005 14:31:05 -0700 Received: (qmail 66941 invoked by uid 65534); 7 Sep 2005 21:31:05 -0000 Message-ID: <20050907213105.66940.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r279429 - /db/derby/code/trunk/java/testing/README.htm Date: Wed, 07 Sep 2005 21:31:05 -0000 To: derby-commits@db.apache.org From: kmarsden@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: kmarsden Date: Wed Sep 7 14:31:02 2005 New Revision: 279429 URL: http://svn.apache.org/viewcvs?rev=279429&view=rev Log: DERBY-398 README.htm update This patch updates Section 2.1 and 4.9 of testing/README.htm. 1. The following jvms are added to list of supported jvms: j9_13 - WCTME jvm (available with IBM Websphere Studio Device Developer, 5.6), version 2.1 - class j9_13 j9_22 - WCTME jvm (available with IBM Websphere Client Technology Micro Edition, 5.7), version 2.2 - class j9_22 j9_foundation - WCTME jvm (available with IBM Websphere Client Technology Micro Edition, 5.7), version 2.2, foundation library - class j9_foundation 2. Following information about exclude flags for j9 jvms added to Section 4.9: "For j9 jvms, versioning does not apply currently. For all j9 versions, use runwithj9=false. For j9_foundation, use runwithfoundation=false." Contributed by Deepa Remesh Modified: db/derby/code/trunk/java/testing/README.htm Modified: db/derby/code/trunk/java/testing/README.htm URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/README.htm?rev=279429&r1=279428&r2=279429&view=diff ============================================================================== --- db/derby/code/trunk/java/testing/README.htm (original) +++ db/derby/code/trunk/java/testing/README.htm Wed Sep 7 14:31:02 2005 @@ -97,7 +97,7 @@ @@ -111,7 +111,11 @@     ibm141 - IBM Classic jdk1.4.1
    ibm142 - IBM Classic jdk1.4.2
    j9_13 - WCTME jvm (available with IBM -Websphere Client Technology Micro Edition)
+ Websphere Studio Device Developer, 5.6), version 2.1

+     j9_22 - WCTME jvm (available with IBM + Websphere Client Technology Micro Edition, 5.7), version 2.2
+     j9_foundation - WCTME jvm (available with IBM + Websphere Client Technology Micro Edition, 5.7), version 2.2, foundation library
@@ -1079,7 +1083,7 @@

Currently, the supported jvms are:

-
@@ -1098,7 +1102,12 @@     ibm142 - IBM Classic jdk1.4.1 - class ibm14
    j9_13 - WCTME jvm (available with IBM -Websphere Client Technology Micro Edition) - class j9_13
+ Websphere Studio Device Developer, 5.6), version 2.1 - class j9_13

+     j9_22 - WCTME jvm (available with IBM + Websphere Client Technology Micro Edition, 5.7), version 2.2 - class j9_22
+     j9_foundation - WCTME jvm (available with IBM + Websphere Client Technology Micro Edition, 5.7), version 2.2, + foundation library - class j9_foundation
@@ -1129,7 +1138,8 @@ line in the testname_app.properties file indicating this. For instance to add a line for a jvm called jdk29, it would be like this: runwithjdk29=false. Note that the versioning does not currently extend -past 2 digits. +past 2 digits. For j9 jvms, versioning does not apply currently. For all +j9 versions, use runwithj9=false. For j9_foundation, use runwithfoundation=false.
  • Add code in RunTest.java to switch to the new jvm based on values for system and vendor properties