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 rh...@apache.org on 2006/04/19 22:41:46 UTC

svn commit: r395390 - /db/derby/code/trunk/BUILDING.txt

Author: rhillegas
Date: Wed Apr 19 13:41:44 2006
New Revision: 395390

URL: http://svn.apache.org/viewcvs?rev=395390&view=rev
Log:
DERBY-514: Commit change to BUILDING.txt which somehow dropped out of the commit of derby-514-patch3-v2.diff.

Modified:
    db/derby/code/trunk/BUILDING.txt

Modified: db/derby/code/trunk/BUILDING.txt
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/BUILDING.txt?rev=395390&r1=395389&r2=395390&view=diff
==============================================================================
--- db/derby/code/trunk/BUILDING.txt (original)
+++ db/derby/code/trunk/BUILDING.txt Wed Apr 19 13:41:44 2006
@@ -466,6 +466,22 @@
  
       jsr169compile.classpath=C:/wctme5.7/ive/lib/jclFoundation10/classes.zip;C:/wctme5.7/ive/lib/jdbc.jar
 
+      
+    - Optional - derbyTesting.jar.path
+    
+      This property is required to run upgrade tests. Set this property 
+      to point to the location of jar files from a previous release from 
+      which we need to test upgrade. This property needs to be set only if 
+      the source files will not be available when running tests. In this case,
+       the jars can be copied to any location with the following relative path 
+      ${jar_location}/{majorversion.minorversion}. The property should be set 
+      as follows:
+      
+      derbyTesting.jar.path=${jar_location}
+      
+      If the test is run on the machine where the svn source files are available, 
+      it is not required to set this property. The jars checked into svn will be used.
+      
 3.3   Run Derby build
 
 (1) Go to directory ${derby.source}.