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

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Feb 25 06:42:00 EST 2010


Author: manaRH
Date: 2010-02-25 06:42:00 -0500 (Thu, 25 Feb 2010)
New Revision: 12074

Modified:
   branches/community/Seam_2_2/src/test/ftest/examples/build.xml
Log:
fixed build script for ftests - ant 1.8

Modified: branches/community/Seam_2_2/src/test/ftest/examples/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/examples/build.xml	2010-02-24 15:13:21 UTC (rev 12073)
+++ branches/community/Seam_2_2/src/test/ftest/examples/build.xml	2010-02-25 11:42:00 UTC (rev 12074)
@@ -242,7 +242,8 @@
 			</ant>
 	</target>
 
-	<target name="container.properties" depends="set.deploy.properties" unless="container.home">
+	<!-- <target name="container.properties" depends="set.deploy.properties" unless="container.home">-->
+    <target name="container.properties" depends="set.deploy.properties">
 		<set.container.properties container="${container}" />
 	</target>
 
@@ -260,7 +261,7 @@
 			<property name="context.path" value="${@{container}.context.path}" />
 			<property name="wait.url" value="${context.path}" />
 			<property name="wait.time" value="${@{container}.deploy.waittime}" />
-			<propertyset id="deploy.properties" refid="${container}.deploy.properties" />
+			<propertyset id="deploy.properties" refid="@{container}.deploy.properties" />
 			<echo>Container properties set</echo>
 		</sequential>
 	</macrodef>



More information about the seam-commits mailing list