[jboss-svn-commits] JBL Code SVN: r36978 - labs/jbossesb/workspace/tcunning/as6/product/install.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Apr 29 00:14:46 EDT 2011


Author: tcunning
Date: 2011-04-29 00:14:45 -0400 (Fri, 29 Apr 2011)
New Revision: 36978

Modified:
   labs/jbossesb/workspace/tcunning/as6/product/install/build.xml
Log:
JBESB-2760
For AS6, create the data directory.


Modified: labs/jbossesb/workspace/tcunning/as6/product/install/build.xml
===================================================================
--- labs/jbossesb/workspace/tcunning/as6/product/install/build.xml	2011-04-26 09:19:48 UTC (rev 36977)
+++ labs/jbossesb/workspace/tcunning/as6/product/install/build.xml	2011-04-29 04:14:45 UTC (rev 36978)
@@ -438,7 +438,9 @@
 	     built against hibernate-3.6.0 			-->
 	<delete file="${deploy.dir}/jbpm.esb/jbpm-identity.jar"/>
 	<copy todir="${deploy.dir}/jbpm.esb"
-		file="${basedir}/../services/jbpm/as6/jbpm-identity-3.2.7.jar"/>	
+		file="${basedir}/../services/jbpm/as6/jbpm-identity-3.2.7.jar"/>
+
+	<mkdir dir="${server.dir}/data"/>
     </target>
 	
     <target name="undeploy" depends="check.deploy.props, undeploy.bindings, undeploy.jbossas5, undeploy.jbossas6" description="Undeploy ESB components.">



More information about the jboss-svn-commits mailing list