[jbpm-commits] JBoss JBPM SVN: r3976 - jbpm4/trunk/modules/jpdl/scripts.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Feb 20 06:13:30 EST 2009


Author: heiko.braun at jboss.com
Date: 2009-02-20 06:13:30 -0500 (Fri, 20 Feb 2009)
New Revision: 3976

Modified:
   jbpm4/trunk/modules/jpdl/scripts/antrun-copy-resources.xml
Log:
Share pathcpnvert tests with tom

Modified: jbpm4/trunk/modules/jpdl/scripts/antrun-copy-resources.xml
===================================================================
--- jbpm4/trunk/modules/jpdl/scripts/antrun-copy-resources.xml	2009-02-20 11:11:25 UTC (rev 3975)
+++ jbpm4/trunk/modules/jpdl/scripts/antrun-copy-resources.xml	2009-02-20 11:13:30 UTC (rev 3976)
@@ -14,8 +14,22 @@
 <project>
 
   <target name="copy">
+
+    <!--makeurl file="${build.dir}" property="system.agnostic.path"/-->
+
+    <path id="build.path">
+      <pathelement location="${build.dir}"/>      
+    </path>
+
+
+    <pathconvert targetos="unix" property="build.path.unix" refid="build.path">
+      <!--map from="${build.dir}" to="${build.dir.unix}"/-->
+      <map from="c:" to=""/>
+    </pathconvert>
+
+
     <echo>***</echo>
-    <echo>Build dir: ${build.dir} </echo>
+    <echo>Build dir: ${build.path.unix} </echo>
     <echo>***</echo>
   </target>
 </project>
\ No newline at end of file




More information about the jbpm-commits mailing list