[seam-commits] Seam SVN: r11537 - branches/community/Seam_2_2/src/test/ftest.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Oct 5 02:58:56 EDT 2009


Author: mgencur at redhat.com
Date: 2009-10-05 02:58:56 -0400 (Mon, 05 Oct 2009)
New Revision: 11537

Modified:
   branches/community/Seam_2_2/src/test/ftest/build.xml
Log:
Import of libraries fixed in build.xml

Modified: branches/community/Seam_2_2/src/test/ftest/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/build.xml	2009-10-04 16:26:29 UTC (rev 11536)
+++ branches/community/Seam_2_2/src/test/ftest/build.xml	2009-10-05 06:58:56 UTC (rev 11537)
@@ -46,7 +46,7 @@
 	</path>
 	
 	<!-- TODO : should the libs be in seam/lib and managed with mvn? -->
-	<taskdef name="groovy" classname="org.codehaus.groovy.ant.Groovy" classpath="../../../lib/groovy-all.jar"/>
+	<taskdef name="groovy" classname="org.codehaus.groovy.ant.Groovy" classpath="../../../lib/groovy-all.jar"/> 
 
 	<target name="testall" description="Run functional testsuite based on container property">
 		<fail unless="container">Please set container property.</fail>
@@ -407,6 +407,9 @@
 		</ant>	
 	</target>
 	<target name="start.container" if="run.container.per.suite">
+		<!-- Added for downloading libraries  -->
+		<antcall target="import.libraries"> </antcall>
+		
 		<echo>Starting container</echo>
 		<ant antfile="examples/build.xml" target="start.container.jboss" inheritall="false">
 			<property name="container" value="${container}" />



More information about the seam-commits mailing list