[seam-commits] Seam SVN: r12444 - branches/community/Seam_2_2/src/test/ftest/seamgen.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Apr 13 04:45:08 EDT 2010
Author: mgencur at redhat.com
Date: 2010-04-13 04:45:08 -0400 (Tue, 13 Apr 2010)
New Revision: 12444
Modified:
branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml
Log:
copying of webdriver resources for seamgen
Modified: branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml 2010-04-13 08:25:19 UTC (rev 12443)
+++ branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml 2010-04-13 08:45:08 UTC (rev 12444)
@@ -71,6 +71,10 @@
<ant antfile="${ftest.dir}/examples/build.xml" target="copy.selenium" />
</target>
+ <target name="copy.webdriver">
+ <ant antfile="${ftest.dir}/examples/build.xml" target="copy.webdriver" />
+ </target>
+
<target name="build" depends="build.common" description="Compiles the Test">
<mkdir dir="${classes.dir}" />
<javac srcdir="${src.dir}" destdir="${classes.dir}" classpathref="classpath.build" debug="true" />
@@ -81,7 +85,7 @@
</copy>
</target>
- <target name="build.common" depends="copy.selenium" description="Compiles the common selenium test code">
+ <target name="build.common" depends="copy.selenium, copy.webdriver" description="Compiles the common selenium test code">
<mkdir dir="${classes.dir}" />
<javac srcdir="${common.src.dir}" destdir="${classes.dir}" classpathref="classpath.build" debug="true" />
<copy todir="${classes.dir}">
More information about the seam-commits
mailing list