[jbossws-commits] JBossWS SVN: r3575 - branches/ropalka/integration/native/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Jun 13 17:25:17 EDT 2007


Author: richard_opalka
Date: 2007-06-13 17:25:17 -0400 (Wed, 13 Jun 2007)
New Revision: 3575

Modified:
   branches/ropalka/integration/native/ant-import/macros-deploy-native.xml
Log:
fixing issue with jboss42.home value without slash at the end

Modified: branches/ropalka/integration/native/ant-import/macros-deploy-native.xml
===================================================================
--- branches/ropalka/integration/native/ant-import/macros-deploy-native.xml	2007-06-13 14:53:45 UTC (rev 3574)
+++ branches/ropalka/integration/native/ant-import/macros-deploy-native.xml	2007-06-13 21:25:17 UTC (rev 3575)
@@ -188,7 +188,7 @@
 			<mkdir dir="${jboss42.home}/server/${jboss.server.instance}/deploy/juddi-service.sar"/>
 			<unzip dest="${jboss42.home}/server/${jboss.server.instance}/deploy/juddi-service.sar" src="@{thirdpartylibs}/juddi-service.sar"/>
 
-			<copy todir="${jboss42.home}bin" overwrite="true">
+			<copy todir="${jboss42.home}/bin" overwrite="true">
 				<fileset dir="@{corescripts}">
 					<include name="wspublish.sh"/>
 					<include name="wsrunclient.bat"/>




More information about the jbossws-commits mailing list