[seam-commits] Seam SVN: r11549 - in branches/community/Seam_2_2: src/test/ftest/seamgen and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Oct 6 07:37:26 EDT 2009
Author: jharting
Date: 2009-10-06 07:37:26 -0400 (Tue, 06 Oct 2009)
New Revision: 11549
Modified:
branches/community/Seam_2_2/build.xml
branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml
Log:
Added functional test dependencies to eclipse classpath
Modified: branches/community/Seam_2_2/build.xml
===================================================================
--- branches/community/Seam_2_2/build.xml 2009-10-06 09:44:05 UTC (rev 11548)
+++ branches/community/Seam_2_2/build.xml 2009-10-06 11:37:26 UTC (rev 11549)
@@ -1219,6 +1219,14 @@
<target name="eclipseclasspath" depends="init, jargen,antlr" description="Update eclipse classpath">
<path id="seam-gen.path" path="${seam.dir}/lib/gen/jboss-seam-gen.jar" />
+ <ant antfile="${seam.dir}/src/test/ftest/examples/build.xml" target="copy.selenium" />
+ <ant antfile="${seam.dir}/src/test/ftest/examples/build.xml" target="copy.htmlunit">
+ <property name="depends.htmlunit" value="true" />
+ </ant>
+ <path id="ftest.path">
+ <fileset dir="${seam.dir}/lib/ftest" includes="*.jar" />
+ </path>
+
<taskdef name="eclipseClasspath"
classname="org.jboss.seam.tool.EclipseClasspathTask"
classpathref="seam-gen.path"/>
@@ -1251,6 +1259,7 @@
<path refid="compile.jul.path" />
<path refid="compile.resteasy.path" />
<path refid="compile.wicket.path" />
+ <path refid="ftest.path" />
</eclipseClasspath>
</target>
Modified: branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml
===================================================================
--- branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml 2009-10-06 09:44:05 UTC (rev 11548)
+++ branches/community/Seam_2_2/src/test/ftest/seamgen/build.xml 2009-10-06 11:37:26 UTC (rev 11549)
@@ -66,7 +66,6 @@
<delete dir="${test.output.dir}" />
<delete dir="${report.dir}" />
<delete dir="${log.dir}" />
- <delete dir="${ftest.lib.dir}" />
</target>
<target name="copy.selenium">
More information about the seam-commits
mailing list