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/03/26 12:23:39 UTC

svn commit: r641258 - /harmony/enhanced/buildtest/trunk/infra/scripts/config.xml

Author: smishura
Date: Wed Mar 26 04:23:30 2008
New Revision: 641258

URL: http://svn.apache.org/viewvc?rev=641258&view=rev
Log:
Add missed step: re-expanding suite's papameters

Modified:
    harmony/enhanced/buildtest/trunk/infra/scripts/config.xml

Modified: harmony/enhanced/buildtest/trunk/infra/scripts/config.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/trunk/infra/scripts/config.xml?rev=641258&r1=641257&r2=641258&view=diff
==============================================================================
--- harmony/enhanced/buildtest/trunk/infra/scripts/config.xml (original)
+++ harmony/enhanced/buildtest/trunk/infra/scripts/config.xml Wed Mar 26 04:23:30 2008
@@ -107,7 +107,7 @@
                      semanticAttributes="true"
                      prefix="framework" />
 
-        <!-- Load suites properties -->
+        <!-- Load ALL suites properties -->
         <property file="${all.props}" />
 
         <!-- Load local properties -->
@@ -119,6 +119,12 @@
                 <replaceregex pattern="\\" replace="/" flags="g" />
             </filterchain>
         </loadproperties>
+
+        <!-- re-expand ${suite.name} parameters -->
+        <xmlproperty file="${adaptors.dir}/${suite.name}/parameters.xml"
+                     collapseAttributes="true"
+                     semanticAttributes="true"
+                     prefix="${suite.name}" />
 
         <echoproperties destfile="${config.dir}/${suite.name}.properties">
             <propertyset>