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 fu...@apache.org on 2004/11/12 09:49:55 UTC

svn commit: rev 57508 - incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util

Author: fuzzylogic
Date: Fri Nov 12 00:49:52 2004
New Revision: 57508

Modified:
   incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/build.xml
Log:
Compile ExternalTable.java with java13compile.classpath to avoid
compilation errors.



Modified: incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/build.xml
==============================================================================
--- incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/build.xml	(original)
+++ incubator/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/build.xml	Fri Nov 12 00:49:52 2004
@@ -38,6 +38,22 @@
       srcdir="${derby.testing.src.dir}"
       destdir="${out.dir}">
       <classpath>
+        <pathelement path="${java13compile.classpath}"/>
+      </classpath>
+      <include name="${this.dir}/VTIClasses/ExternalTable.java"/> 
+    </javac>
+    <javac
+      bootclasspath="${empty}"
+      nowarn="on"
+      debug="${debug}"
+      depend="${depend}"
+      deprecation="${deprecation}"
+      optimize="${optimize}"
+      proceed="${proceed}"
+      verbose="${verbose}" 
+      srcdir="${derby.testing.src.dir}"
+      destdir="${out.dir}">
+      <classpath>
         <pathelement location="${oro}"/>
         <pathelement path="${compile.classpath}"/>
       </classpath>