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/24 10:57:05 UTC

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

Author: smishura
Date: Mon Mar 24 02:57:05 2008
New Revision: 640361

URL: http://svn.apache.org/viewvc?rev=640361&view=rev
Log:
Add workaround for windows paths

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=640361&r1=640360&r2=640361&view=diff
==============================================================================
--- harmony/enhanced/buildtest/trunk/infra/scripts/config.xml (original)
+++ harmony/enhanced/buildtest/trunk/infra/scripts/config.xml Mon Mar 24 02:57:05 2008
@@ -100,6 +100,9 @@
         <loadproperties srcfile="${framework.local.configuration.file}">
             <filterchain>
                 <expandproperties />
+                <!-- workaround for windows paths: replace '\' with '/'
+                     otherwise '\' is lost -->
+                <replaceregex pattern="\\" replace="/" flags="g"/>
             </filterchain>
         </loadproperties>