[jbpm-commits] JBoss JBPM SVN: r5888 - in jbpm4/trunk: modules/test-db and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Nov 9 11:29:11 EST 2009


Author: tom.baeyens at jboss.com
Date: 2009-11-09 11:29:11 -0500 (Mon, 09 Nov 2009)
New Revision: 5888

Modified:
   jbpm4/trunk/modules/distro/src/main/files/install/build.xml
   jbpm4/trunk/modules/test-db/.classpath
   jbpm4/trunk/qa/build.xml
Log:
jboss and tomcat fixes related to bpmn scripting

Modified: jbpm4/trunk/modules/distro/src/main/files/install/build.xml
===================================================================
--- jbpm4/trunk/modules/distro/src/main/files/install/build.xml	2009-11-09 13:54:10 UTC (rev 5887)
+++ jbpm4/trunk/modules/distro/src/main/files/install/build.xml	2009-11-09 16:29:11 UTC (rev 5888)
@@ -311,9 +311,16 @@
         <include name="freemarker.jar" />
         <include name="livetribe-jsr223.jar" />
         <include name="juel*.jar" />
+        <include name="groovy-all.jar" />
       </fileset>
     </copy>
 
+    <copy todir="${jboss.home}/common/lib" overwrite="true">
+      <fileset dir="${jbpm.home}/lib">
+        <include name="bsh.jar" />
+      </fileset>
+    </copy>
+
     <mkdir dir="${jboss.home}/docs/examples/jbpm" />
     <copy todir="${jboss.home}/docs/examples/jbpm" overwrite="true">
       <fileset dir="${jbpm.home}/install/src/jboss/datasources" />
@@ -446,10 +453,12 @@
       <fileset dir="${jbpm.home}/lib">
         <include name="activation.jar" />
         <include name="antlr.jar" />
+        <include name="bsh.jar" />
         <include name="commons-collections.jar" />
         <include name="commons-logging.jar" />
         <include name="dom4j.jar" />
         <include name="freemarker.jar" />
+        <include name="groovy-all.jar" />
         <include name="hibernate-core.jar" />
         <include name="hibernate-cglib-repack.jar" />
         <include name="javassist.jar" />

Modified: jbpm4/trunk/modules/test-db/.classpath
===================================================================
--- jbpm4/trunk/modules/test-db/.classpath	2009-11-09 13:54:10 UTC (rev 5887)
+++ jbpm4/trunk/modules/test-db/.classpath	2009-11-09 16:29:11 UTC (rev 5888)
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
-	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-	<classpathentry kind="output" path="target/classes"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java"/>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/resources"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Modified: jbpm4/trunk/qa/build.xml
===================================================================
--- jbpm4/trunk/qa/build.xml	2009-11-09 13:54:10 UTC (rev 5887)
+++ jbpm4/trunk/qa/build.xml	2009-11-09 16:29:11 UTC (rev 5888)
@@ -91,6 +91,9 @@
       <fileset dir="../modules/test-cactus/target/jbpm.test.webapp.libs" />
     </copy>
 
+    <!-- add the bsh lib -->
+    <copy file="${jbpm.home}/lib/bsh.jar" todir="${tomcat.home}/webapps/jbpm-test-webapp/WEB-INF/lib" />
+
     <!-- start tomcat -->
     <ant antfile="${jbpm.home}/install/build.xml" target="start.tomcat" />
 	</target>



More information about the jbpm-commits mailing list