You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2007/01/08 19:27:08 UTC

svn commit: r494141 - /velocity/tools/trunk/test.xml

Author: nbubna
Date: Mon Jan  8 10:27:08 2007
New Revision: 494141

URL: http://svn.apache.org/viewvc?view=rev&rev=494141
Log:
use path conversion on path to generic test toolbox to prevent compile errors on windows

Modified:
    velocity/tools/trunk/test.xml

Modified: velocity/tools/trunk/test.xml
URL: http://svn.apache.org/viewvc/velocity/tools/trunk/test.xml?view=diff&rev=494141&r1=494140&r2=494141
==============================================================================
--- velocity/tools/trunk/test.xml (original)
+++ velocity/tools/trunk/test.xml Mon Jan  8 10:27:08 2007
@@ -60,7 +60,10 @@
     <mkdir dir="${test.rst.dir}"/>
     <mkdir dir="${test.classes.dir}"/>
     <mkdir dir="${test.log.dir}"/>
-    <filter token="test.conf.dir" value="${test.conf.dir}"/>
+    <pathconvert property="test.conf.dir.java" targetos="unix">
+        <path location="${test.conf.dir}"/>
+    </pathconvert>
+    <filter token="test.conf.dir" value="${test.conf.dir.java}"/>
     <filter token="test.log.dir" value="${test.log.dir}"/>
     <filter token="test.webcontainer.port" value="${test.webcontainer.port}"/>
     <copy todir="${test.build.src.dir}" filtering="yes">