You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by gs...@apache.org on 2006/12/11 16:53:57 UTC

svn commit: r485727 - /harmony/enhanced/drlvm/trunk/build/make/targets/jvmti.test.xml

Author: gshimansky
Date: Mon Dec 11 07:53:56 2006
New Revision: 485727

URL: http://svn.apache.org/viewvc?view=rev&rev=485727
Log:
Fixed JVMTI tests after Geir's commit 485680


Modified:
    harmony/enhanced/drlvm/trunk/build/make/targets/jvmti.test.xml

Modified: harmony/enhanced/drlvm/trunk/build/make/targets/jvmti.test.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/make/targets/jvmti.test.xml?view=diff&rev=485727&r1=485726&r2=485727
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/make/targets/jvmti.test.xml (original)
+++ harmony/enhanced/drlvm/trunk/build/make/targets/jvmti.test.xml Mon Dec 11 07:53:56 2006
@@ -74,7 +74,7 @@
                     multithreaded="true"
                     link="shared"
                     outfile="${jvmti.test.native.path}/${outputdir}/${outputdir}">
-                    <includepath path="${build.deploy.dir}/include" />
+                    <includepath path="${build.deploy.dir}/jdk/include" />
                     <select os="lnx">
                         <linkerarg value="-lstdc++" />
                     </select>
@@ -137,7 +137,7 @@
                 <junit fork="yes"
                        failureproperty="${testname}.failed"
                        timeout="${jvmti.test.timeout}"
-                       jvm="${build.deploy.dir}/bin/java">
+                       jvm="${build.deploy.dir}/jdk/jre/bin/java">
                     <jvmarg value="-Dvm.assert_dialog=0" />
                     <select os="win">
                         <jvmarg