[jboss-svn-commits] JBL Code SVN: r14257 - labs/jbossesb/trunk/product/services.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Aug 15 11:09:47 EDT 2007


Author: kurt.stam at jboss.com
Date: 2007-08-15 11:09:47 -0400 (Wed, 15 Aug 2007)
New Revision: 14257

Modified:
   labs/jbossesb/trunk/product/services/base-project-build.xml
Log:
JBESB-734 Fixing classpath so test resources are picked up first

Modified: labs/jbossesb/trunk/product/services/base-project-build.xml
===================================================================
--- labs/jbossesb/trunk/product/services/base-project-build.xml	2007-08-15 14:29:36 UTC (rev 14256)
+++ labs/jbossesb/trunk/product/services/base-project-build.xml	2007-08-15 15:09:47 UTC (rev 14257)
@@ -27,6 +27,7 @@
 	<taskdef resource="emma_ant.properties" classpathref="emma.libs" />
 	
 	<path id="classpath">
+	    <pathelement location="src/test/resources"/>
 		<pathelement location="build/${ant.project.name}.esb" />
 		<pathelement location="build/classes" />
 		<pathelement location="build/test/classes" />
@@ -34,7 +35,6 @@
 		<fileset dir="lib/ext/build-time" includes="*.jar" />
 		<fileset dir="${esb.product.lib.dir}" includes="*.jar" /> <!-- Product Jars. -->
 		<fileset dir="${esb.product.lib.ext}" includes="*.jar" />
-		<pathelement location="src/test/resources"/>
 	</path>
 	
 	<target name="echoCP">




More information about the jboss-svn-commits mailing list