You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@etch.apache.org by gr...@apache.org on 2010/09/23 13:24:56 UTC

svn commit: r1000412 - /incubator/etch/trunk/tests/build.xml

Author: grandyho
Date: Thu Sep 23 11:24:56 2010
New Revision: 1000412

URL: http://svn.apache.org/viewvc?rev=1000412&view=rev
Log:
ETCH-88
ETCH-83
fix in build for tests (missing binding-java)

Modified:
    incubator/etch/trunk/tests/build.xml

Modified: incubator/etch/trunk/tests/build.xml
URL: http://svn.apache.org/viewvc/incubator/etch/trunk/tests/build.xml?rev=1000412&r1=1000411&r2=1000412&view=diff
==============================================================================
--- incubator/etch/trunk/tests/build.xml (original)
+++ incubator/etch/trunk/tests/build.xml Thu Sep 23 11:24:56 2010
@@ -129,7 +129,7 @@
             <src path="${src}/main/java" />
             <src path="${src}/test/java" />
             <classpath>
-                <pathelement location="${Etch.HOME}/lib/${etch-java-runtime.jar}" />
+                <pathelement location="${Etch.HOME}/binding-java/lib/${etch-java-runtime.jar}" />
                 <pathelement location="${Etch.dependency.junit.jar}" />
                 <pathelement location="${Etch.HOME}/lib/${etch-compiler.jar}" />
             </classpath>
@@ -142,7 +142,7 @@
             errorProperty="build.tests.fail" failureProperty="build.tests.fail">
             <classpath>
                 <pathelement location="${classes}" />
-                <pathelement location="${Etch.HOME}/lib/${etch-java-runtime.jar}" />
+                <pathelement location="${Etch.HOME}/binding-java/lib/${etch-java-runtime.jar}" />
                 <pathelement location="${Etch.dependency.junit.jar}" />
                 <pathelement location="${Etch.HOME}/lib/${etch-compiler.jar}" />
                 <!-- TODO: remove if clover not available -->