You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by va...@apache.org on 2008/02/12 07:59:06 UTC

svn commit: r620710 - in /harmony/enhanced/buildtest/branches/2.0/adaptors: drlvm-reg-test/adaptor.xml drlvm-test/adaptor.xml drlvm/adaptor.xml ehwa-api/adaptor.xml

Author: varlax
Date: Mon Feb 11 22:59:05 2008
New Revision: 620710

URL: http://svn.apache.org/viewvc?rev=620710&view=rev
Log:
fix build cfg option name

Modified:
    harmony/enhanced/buildtest/branches/2.0/adaptors/drlvm-reg-test/adaptor.xml
    harmony/enhanced/buildtest/branches/2.0/adaptors/drlvm-test/adaptor.xml
    harmony/enhanced/buildtest/branches/2.0/adaptors/drlvm/adaptor.xml
    harmony/enhanced/buildtest/branches/2.0/adaptors/ehwa-api/adaptor.xml

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/drlvm-reg-test/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/drlvm-reg-test/adaptor.xml?rev=620710&r1=620709&r2=620710&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/drlvm-reg-test/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/drlvm-reg-test/adaptor.xml Mon Feb 11 22:59:05 2008
@@ -40,7 +40,7 @@
         <!-- launch the tests -->
         <exec-ant dir="${built.drlvm.trunk}" targets="reg.test" 
             failonerror="false" failproperty="drlvm-reg-test.run.failed">
-            <sysproperty key="build.cfg" value="${drlvm.config}"/>
+            <sysproperty key="hy.cfg" value="${drlvm.config}"/>
             <sysproperty key="common.resources.loc" value="${common.resources}"/>
             <arg line="${tested.hdk.param}"/>
         </exec-ant>
@@ -95,7 +95,7 @@
 
         <exec-ant dir="${built.drlvm.trunk}" targets="clean fetch-depends"
                   failonerror="true">
-            <sysproperty key="build.cfg" value="${drlvm.config}"/>
+            <sysproperty key="hy.cfg" value="${drlvm.config}"/>
             <sysproperty key="common.resources.loc" value="${common.resources}"/>
         </exec-ant>
                     

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/drlvm-test/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/drlvm-test/adaptor.xml?rev=620710&r1=620709&r2=620710&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/drlvm-test/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/drlvm-test/adaptor.xml Mon Feb 11 22:59:05 2008
@@ -40,7 +40,7 @@
         <!-- launch the tests kernel.test -->
         <exec-ant dir="${built.drlvm.trunk}" targets="test"
                   failonerror="false" failproperty="drlvm-test.run.failed">
-            <sysproperty key="build.cfg" value="${drlvm.config}"/>
+            <sysproperty key="hy.cfg" value="${drlvm.config}"/>
             <sysproperty key="common.resources.loc" value="${common.resources}"/>
             <sysproperty key="test.mode" 
                          value="${drlvm-test.parameters.optional.test.mode}"/>
@@ -97,7 +97,7 @@
 
         <exec-ant dir="${built.drlvm.trunk}" targets="clean fetch-depends"
                   failonerror="true">
-            <sysproperty key="build.cfg" value="${drlvm.config}"/>
+            <sysproperty key="hy.cfg" value="${drlvm.config}"/>
             <sysproperty key="common.resources.loc" value="${common.resources}"/>
         </exec-ant>
     </target>

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/drlvm/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/drlvm/adaptor.xml?rev=620710&r1=620709&r2=620710&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/drlvm/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/drlvm/adaptor.xml Mon Feb 11 22:59:05 2008
@@ -47,8 +47,7 @@
             <!-- Use BTI staff to execute Ant Build in new process -->
             <exec-ant dir="${trunk.dir}" targets="@{targets}">
                 <sysproperty key="deploy.canonical.flag" value="true"/>
-                <sysproperty key="build.cfg" value="${build.config}"/>
-                <sysproperty key="machine.arch" value="${os.arch}"/>
+                <sysproperty key="hy.cfg" value="${build.config}"/>
                 <sysproperty key="external.dep.CLASSLIB.loc"
                              value='${classlib.trunk}'/>
                 <sysproperty key="common.resources.loc" value="${common.resources}"/>

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/ehwa-api/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/ehwa-api/adaptor.xml?rev=620710&r1=620709&r2=620710&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/ehwa-api/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/ehwa-api/adaptor.xml Mon Feb 11 22:59:05 2008
@@ -80,7 +80,7 @@
                   targets="ehwa.test"
                   failonerror="true"
                   failproperty="drlvm-ehwa-test.run.failed">
-            <sysproperty key="build.cfg" value="${drlvm.config}"/>
+            <sysproperty key="hy.cfg" value="${drlvm.config}"/>
             <sysproperty key="common.resources.loc" value="${common.resources}"/>
             <sysproperty key="eclipse.home" value="${eclipse-3.2.1.homedir}/eclipse"/>
             <sysproperty key="test.mode"