You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by km...@apache.org on 2005/09/07 23:31:05 UTC

svn commit: r279429 - /db/derby/code/trunk/java/testing/README.htm

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 @@
   </li>
 </ul>
 <table
- style="text-align: left; width: 497px; height: 32px; margin-left: 40px;"
+ style="text-align: left; width: 727px; height: 40px; margin-left: 40px;"
  border="1" cellpadding="2" cellspacing="2">
   <tbody>
     <tr>
@@ -111,7 +111,11 @@
       <small>&nbsp;&nbsp;&nbsp; ibm141 - IBM Classic jdk1.4.1</small><br>
       <small>&nbsp;&nbsp;&nbsp; ibm142 - IBM Classic jdk1.4.2</small><br>
       <small>&nbsp;&nbsp;&nbsp; j9_13 - WCTME jvm (available with IBM
-Websphere Client Technology Micro Edition) <br>
+      Websphere Studio Device Developer, 5.6), version 2.1</small><br>
+      <small>&nbsp;&nbsp;&nbsp; j9_22 - WCTME jvm (available with IBM
+      Websphere Client Technology Micro Edition, 5.7), version 2.2</small><br>
+      <small>&nbsp;&nbsp;&nbsp; j9_foundation - WCTME jvm (available with IBM
+      Websphere Client Technology Micro Edition, 5.7), version 2.2, foundation library <br>
       </small></td>
     </tr>
   </tbody>
@@ -1079,7 +1083,7 @@
 </h3>
 <p>Currently, the supported jvms are:
 </p>
-<table style="text-align: left; width: 497px; height: 32px;" border="1"
+<table style="text-align: left; width: 839px; height: 32px;" border="1"
  cellpadding="2" cellspacing="2">
   <tbody>
     <tr>
@@ -1098,7 +1102,12 @@
       <small>&nbsp;&nbsp;&nbsp; ibm142 - IBM Classic jdk1.4.1 - class
 ibm14</small><br>
       <small>&nbsp;&nbsp;&nbsp; j9_13 - WCTME jvm (available with IBM
-Websphere Client Technology Micro Edition) - class j9_13<br>
+      Websphere Studio Device Developer, 5.6), version 2.1 - class j9_13</small><br>
+      <small>&nbsp;&nbsp;&nbsp; j9_22 - WCTME jvm (available with IBM
+      Websphere Client Technology Micro Edition, 5.7), version 2.2 - class j9_22</small><br>
+      <small>&nbsp;&nbsp;&nbsp; j9_foundation - WCTME jvm (available with IBM
+      Websphere Client Technology Micro Edition, 5.7), version 2.2,
+      foundation library - class j9_foundation<br>
       </small></td>
     </tr>
   </tbody>
@@ -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.</li>
+past 2 digits. For j9 jvms, versioning does not apply currently. For all
+j9 versions, use runwithj9=false. For j9_foundation, use runwithfoundation=false.</li>
     <li>Add code in RunTest.java to switch to the new jvm based on
 values for system and vendor properties</li>
   </ul>