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 2008/01/07 23:53:58 UTC

svn commit: r609800 - /db/derby/code/trunk/java/testing/org/apache/derby/build.xml

Author: kmarsden
Date: Mon Jan  7 14:53:55 2008
New Revision: 609800

URL: http://svn.apache.org/viewvc?rev=609800&view=rev
Log:
DERBY-3149 change javac executable to build with jdk15 since compilepath is jdk16.  Ultimately this should be jdk15 once the infrastructure ot specify a jdk15 build is in place.


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

Modified: db/derby/code/trunk/java/testing/org/apache/derby/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derby/build.xml?rev=609800&r1=609799&r2=609800&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derby/build.xml (original)
+++ db/derby/code/trunk/java/testing/org/apache/derby/build.xml Mon Jan  7 14:53:55 2008
@@ -32,6 +32,7 @@
             source="1.5"
             target="1.5"
             fork="yes"
+            executable="${jdk16}/bin/javac"
             bootclasspath="${empty}"
             nowarn="on"
             debug="true"