You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2007/08/31 14:24:48 UTC

svn commit: r571445 - /harmony/enhanced/buildtest/branches/2.0/adaptors/jdktools-test/adaptor.xml

Author: smishura
Date: Fri Aug 31 05:24:48 2007
New Revision: 571445

URL: http://svn.apache.org/viewvc?rev=571445&view=rev
Log:
JDKTools adaptor:
replace 'is.x86_64' by 'hy.test.vmargs.value' to avoid conflict with property from 'scripts/properties.xml'

Modified:
    harmony/enhanced/buildtest/branches/2.0/adaptors/jdktools-test/adaptor.xml

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/jdktools-test/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/jdktools-test/adaptor.xml?rev=571445&r1=571444&r2=571445&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/jdktools-test/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/jdktools-test/adaptor.xml Fri Aug 31 05:24:48 2007
@@ -18,7 +18,7 @@
 <project name="jdktools-test" default="run" basedir=".">
 
     <!-- On 64-bit platform tests should be run in interpreter mode only -->
-    <condition property="is.x86_64" value="-Xint" else="">
+    <condition property="hy.test.vmargs.value" value="-Xint" else="">
         <or>
             <equals arg1="x86_64" arg2="${os.arch}" />
             <equals arg1="amd64" arg2="${os.arch}" />
@@ -29,7 +29,7 @@
 
     <target name="run" depends="-setup-jdktools-ws,-update-jdktools-ws">
         <ant target="test" dir="${built.trunk.dir}">
-            <property name="hy.test.vmargs" value="${is.x86_64}" />
+            <property name="hy.test.vmargs" value="${hy.test.vmargs.value}" />
             <property name="exclude.interm" value="true" />
             <property name="test.jre.home" value="${tested.jre}" />
             <property name="hy.test.timeout" value="6000000" />