[jboss-cvs] JBossAS SVN: r57437 - branches/Branch_4_0/testsuite/imports/sections

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 5 03:04:58 EDT 2006


Author: dimitris at jboss.org
Date: 2006-10-05 03:04:56 -0400 (Thu, 05 Oct 2006)
New Revision: 57437

Modified:
   branches/Branch_4_0/testsuite/imports/sections/jmx.xml
Log:
JBAS-3737, the url that replace the token @codebase@ if bad on windows

Modified: branches/Branch_4_0/testsuite/imports/sections/jmx.xml
===================================================================
--- branches/Branch_4_0/testsuite/imports/sections/jmx.xml	2006-10-05 03:44:39 UTC (rev 57436)
+++ branches/Branch_4_0/testsuite/imports/sections/jmx.xml	2006-10-05 07:04:56 UTC (rev 57437)
@@ -713,7 +713,7 @@
       <property environment="env"/>
       <property name="win32.drive" value="${env.SYSTEMDRIVE}"/>
       <pathconvert targetos="unix" property="codebaseURL">
-         <map from="${win32.drive}" to=""/>
+         <map from="${win32.drive}" to="/"/>
          <path path="${build.lib}"/>
       </pathconvert>
       <echo message="+++ codebase=${codebaseURL}"/>




More information about the jboss-cvs-commits mailing list