[jbpm-commits] JBoss JBPM SVN: r1972 - jbpm3/branches/jpdl-3.2.3.CP/bpel/library.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Aug 21 19:41:08 EDT 2008


Author: alex.guizar at jboss.com
Date: 2008-08-21 19:41:08 -0400 (Thu, 21 Aug 2008)
New Revision: 1972

Modified:
   jbpm3/branches/jpdl-3.2.3.CP/bpel/library/build.xml
Log:
bpel jar could not be built from clean checkout

Modified: jbpm3/branches/jpdl-3.2.3.CP/bpel/library/build.xml
===================================================================
--- jbpm3/branches/jpdl-3.2.3.CP/bpel/library/build.xml	2008-08-21 23:36:05 UTC (rev 1971)
+++ jbpm3/branches/jpdl-3.2.3.CP/bpel/library/build.xml	2008-08-21 23:41:08 UTC (rev 1972)
@@ -21,6 +21,8 @@
 
   <target name="compile.test.dependencies"
           depends="define.libs.classpath, install.jar, install.config">
+  	<!-- install tools jar -->
+  	<ant antfile="../tools/build.xml" inheritall="no" />
     <path id="compile.test.classpath">
       <path refid="libs.classpath" />
       <pathelement location="${lib.jbpm.jpdl.jar.local}" />
@@ -31,8 +33,8 @@
 
   <target name="test.dependencies" depends="define.libs.classpath">
     <path id="test.classpath">
+      <fileset dir="${jboss.home}/client" includes="*.jar" />
       <path refid="libs.classpath" />
-      <fileset dir="${jboss.home}/client" includes="*.jar" />
       <pathelement location="${lib.jbpm.jpdl.jar.local}" />
       <pathelement location="${lib.jbpm.bpel.jar.local}" />
       <pathelement location="${lib.jbpm.bpel.tools.jar.local}" />




More information about the jbpm-commits mailing list