[seam-commits] Seam SVN: r11167 - branches/community/Seam_2_2.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Jun 16 15:36:51 EDT 2009


Author: manaRH
Date: 2009-06-16 15:36:51 -0400 (Tue, 16 Jun 2009)
New Revision: 11167

Modified:
   branches/community/Seam_2_2/build.xml
Log:
fixed classpath for testcore - JBSEAM-4201

Modified: branches/community/Seam_2_2/build.xml
===================================================================
--- branches/community/Seam_2_2/build.xml	2009-06-16 18:44:06 UTC (rev 11166)
+++ branches/community/Seam_2_2/build.xml	2009-06-16 19:36:51 UTC (rev 11167)
@@ -827,6 +827,9 @@
    </target>
 
 	<target name="unittestcore" depends="inittestcore,compiletest,getemma">
+      <inlineDependencies scope="test" id="thirdparty-hibernate">
+         <dependency groupId="org.jboss.seam.embedded" artifactId="thirdparty-all" version="${embedded.version}" />
+      </inlineDependencies>
 		<taskdef resource="testngtasks" classpathref="test.core.path" />
 		<testng outputdir="${test.dir}">
 			<jvmarg value="-Demma.coverage.out.file=${coverage.ec}" />
@@ -838,7 +841,7 @@
 				<path refid="test.core.path" />
 				<pathelement location="${lib.dir}/jboss-seam-remoting.jar" />
 				<!-- this is added because of conflicts with commons-logging which comes with richfaces-->
-				<pathelement location="${lib.dir}/test/thirdparty-all.jar" />
+				<path refid="test.thirdparty-hibernate.path" />
 			</classpath>
 			<xmlfileset dir="${classes.test.dir}" includes="**/testng.xml" />
 		</testng>




More information about the seam-commits mailing list