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/01/25 12:27:09 UTC

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

Author: smishura
Date: Fri Jan 25 03:26:54 2008
New Revision: 615180

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

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

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/gut/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/gut/adaptor.xml?rev=615180&r1=615179&r2=615180&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/gut/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/gut/adaptor.xml Fri Jan 25 03:26:54 2008
@@ -20,16 +20,14 @@
      ====================================================================== -->
 <project name="gut" default="run" basedir=".">
 
-    <property name="install.marker"
-              location="${test.sources.dir}/${suite.name}/install.complete" />
+    <property name="suite.dir" value="${checkouts.dir}/gut" />
+    <property name="install.marker" location="${suite.dir}/install.complete" />
     <available property="skip.install" file="${install.marker}" />
 
     <target name="setup" unless="skip.install">
-        <log message="============= Adaptor for ${suite.name}: Set Up ..." />
-
-        <svn-update-bt path="${test.sources.dir}/${suite.name}" />
 
-        <exec-ant dir="${test.sources.dir}/${suite.name}" targets="setup">
+        <log message="============= Adaptor for ${suite.name}: Set Up ..." />
+        <exec-ant dir="${suite.dir}" targets="setup">
             <sysproperty key="result.dir"
                          value="${results.dir}/${suite.name}" />
             <sysproperty key="test.jre.home"
@@ -43,7 +41,7 @@
     <target name="run" description="Run Geronimo Unit Tests">
         <log message="============= Adaptor for ${suite.name}: Run ..." />
 
-        <exec-ant dir="${test.sources.dir}/${suite.name}" targets="run">
+        <exec-ant dir="${suite.dir}" targets="run">
             <sysproperty key="result.dir"
                          value="${results.dir}/${suite.name}" />
             <sysproperty key="vm.options"
@@ -55,7 +53,7 @@
 
     <!-- Clean Geronimo build and test results -->
     <target name="clean">
-        <delete dir="${checkouts.dir}/${suite.name}" />
+        <delete dir="${suite.dir}" />
         <delete dir="${results.dir}/${suite.name}" />
     </target>
 

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/gut/parameters.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/gut/parameters.xml?rev=615180&r1=615179&r2=615180&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/gut/parameters.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/gut/parameters.xml Fri Jan 25 03:26:54 2008
@@ -35,6 +35,10 @@
     <!-- external dependencies -->
     <external/>
 
+    <svn>
+      <gut url="tests/gut"/>
+    </svn>
+
     <!-- shared parameters -->
     <shared/>