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 ka...@apache.org on 2006/04/23 17:31:19 UTC

svn commit: r396285 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/build.xml

Author: kahatlen
Date: Sun Apr 23 08:31:17 2006
New Revision: 396285

URL: http://svn.apache.org/viewcvs?rev=396285&view=rev
Log:
DERBY-1078: Be able to build Derby when JAVA_HOME is set 1.6

Fixed build script so that all classes needed by the storerecovery
suite are compiled.

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/build.xml

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/build.xml
URL: http://svn.apache.org/viewcvs/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/build.xml?rev=396285&r1=396284&r2=396285&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/build.xml Sun Apr 23 08:31:17 2006
@@ -66,6 +66,7 @@
       <include name="${this.dir}/*.java"/> 
       <include name="${this.dir}/StaticInitializers/*.java"/> 
       <include name="${this.dir}/VTIClasses/*.java"/> 
+      <include name="${this.dir}/corruptio/*.java"/>
       <exclude name="${this.dir}/TestUtil.java"/>
       <exclude name="${this.dir}/XATestUtil.java"/>
     </javac>