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 2008/02/06 16:21:45 UTC

svn commit: r619014 - in /harmony/enhanced/buildtest/branches/2.0/adaptors/reliability: adaptor.xml parameters.xml

Author: smishura
Date: Wed Feb  6 07:21:41 2008
New Revision: 619014

URL: http://svn.apache.org/viewvc?rev=619014&view=rev
Log:
Switch to using svn module

Modified:
    harmony/enhanced/buildtest/branches/2.0/adaptors/reliability/adaptor.xml
    harmony/enhanced/buildtest/branches/2.0/adaptors/reliability/parameters.xml

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/reliability/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/reliability/adaptor.xml?rev=619014&r1=619013&r2=619014&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/reliability/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/reliability/adaptor.xml Wed Feb  6 07:21:41 2008
@@ -20,8 +20,7 @@
      ====================================================================== -->
 <project name="reliability" default="run" basedir=".">
 
-    <property name="tests.dir"  location="${test.sources.dir}/${suite.name}"/>
-    <property name="work.dir"   location="${checkouts.dir}/${suite.name}"/>
+    <property name="tests.dir"  location="${checkouts.dir}/reliability"/>
     <property name="report.dir" location="${results.dir}/${suite.name}"/>
 
     <!-- Set up the test suite:
@@ -32,9 +31,6 @@
     <target name="setup">
         <log message="============= Adaptor for ${suite.name}: Set Up .."/>
 
-        <!-- update suite sources -->
-        <svn-update-bt path="${tests.dir}"/>
-
         <condition property="serialize.jar.not.exist">
             <not>
                 <available file="${ext.cc.location}/lib/serializer-2.7.0.jar"/>
@@ -44,10 +40,7 @@
         <fail message="Required serialize.jar does not exists in ${ext.cc.location}/lib"
               if="serialize.jar.not.exist"/>
 
-        <exec-ant dir="${tests.dir}"
-                  targets="build">
-            <sysproperty key="target.dir" value="${work.dir}"/>
-        </exec-ant>
+        <exec-ant dir="${tests.dir}" targets="build" />
     </target>
 
     <!-- Run test suite -->
@@ -68,9 +61,7 @@
                   targets="run">
             <sysproperty key="jvm.under.test"   value="${jvm.under.test}"/>
             <sysproperty key="jvm.args"         value="${reliability.parameters.optional.tested.vm.options}"/>
-            <sysproperty key="work.dir"         value="${work.dir}/temp"/>
             <sysproperty key="report.dir"       value="${report.dir}/${time.stamp}"/>
-            <sysproperty key="test.classes.dir" value="${work.dir}/classes"/>
             <sysproperty key="properties.file"  value="${scripts.dir}/properties.xml"/>
         </exec-ant>
 

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/reliability/parameters.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/reliability/parameters.xml?rev=619014&r1=619013&r2=619014&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/reliability/parameters.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/reliability/parameters.xml Wed Feb  6 07:21:41 2008
@@ -23,6 +23,10 @@
             value="${drlvm.parameters.shared.jvm.location}"/>
     </required>
 
+    <svn>
+      <reliability url="tests/reliability"/>
+    </svn>
+
     <optional>
         <tested.vm.options
             description="JVM options for tested runtime"