[jboss-svn-commits] JBL Code SVN: r36982 - labs/jbossesb/workspace/tcunning/as6/product/install.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Apr 29 16:06:17 EDT 2011
Author: tcunning
Date: 2011-04-29 16:06:17 -0400 (Fri, 29 Apr 2011)
New Revision: 36982
Modified:
labs/jbossesb/workspace/tcunning/as6/product/install/build.xml
Log:
JBESB-2760
WS needs velocity.jar - saw exceptions on the WS wise quickstarts without it.
Modified: labs/jbossesb/workspace/tcunning/as6/product/install/build.xml
===================================================================
--- labs/jbossesb/workspace/tcunning/as6/product/install/build.xml 2011-04-29 19:58:57 UTC (rev 36981)
+++ labs/jbossesb/workspace/tcunning/as6/product/install/build.xml 2011-04-29 20:06:17 UTC (rev 36982)
@@ -440,6 +440,11 @@
<copy todir="${deploy.dir}/jbpm.esb"
file="${basedir}/../services/jbpm/as6/jbpm-identity-3.2.7.jar"/>
+ <!-- Need to copy the velocity JAR into the ws deployer -->
+ <copy todir="${deployers.dir}/jbossws.deployer"
+ file="${org.jboss.esb.server.home}/client/velocity.jar"
+ overwrite="true"/>
+
<mkdir dir="${server.dir}/data"/>
</target>
More information about the jboss-svn-commits
mailing list