[seam-commits] Seam SVN: r8227 - in branches/Seam_2_0: examples/wiki and 1 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon May 19 21:04:37 EDT 2008


Author: jbalunas at redhat.com
Date: 2008-05-19 21:04:37 -0400 (Mon, 19 May 2008)
New Revision: 8227

Modified:
   branches/Seam_2_0/build.xml
   branches/Seam_2_0/examples/wiki/build.xml
   branches/Seam_2_0/examples/wiki/src/etc/META-INF/persistence-test-war.xml
Log:
JBSEAM-3009

Modified: branches/Seam_2_0/build.xml
===================================================================
--- branches/Seam_2_0/build.xml	2008-05-19 22:11:11 UTC (rev 8226)
+++ branches/Seam_2_0/build.xml	2008-05-20 01:04:37 UTC (rev 8227)
@@ -628,7 +628,7 @@
 
 	<target name="testcore" depends="inittestcore,compiletest,getemma" description="Run the core tests">
 		<taskdef resource="testngtasks" classpathref="test.core.path" />
-		<testng>
+		<testng outputdir="${test.dir}">
 			<jvmarg value="-Demma.coverage.out.file=${coverage.ec}" />
 			<jvmarg line="-Djava.awt.headless=true" />
 			<classpath>

Modified: branches/Seam_2_0/examples/wiki/build.xml
===================================================================
--- branches/Seam_2_0/examples/wiki/build.xml	2008-05-19 22:11:11 UTC (rev 8226)
+++ branches/Seam_2_0/examples/wiki/build.xml	2008-05-20 01:04:37 UTC (rev 8227)
@@ -118,6 +118,7 @@
 
     <target name="clean" description="Cleans up all build artifacts">
         <delete dir="${tmp.dir}"/>
+        <delete dir="lacewikiIndex"/>
     </target>
 
     <target name="upgradehibernate"

Modified: branches/Seam_2_0/examples/wiki/src/etc/META-INF/persistence-test-war.xml
===================================================================
--- branches/Seam_2_0/examples/wiki/src/etc/META-INF/persistence-test-war.xml	2008-05-19 22:11:11 UTC (rev 8226)
+++ branches/Seam_2_0/examples/wiki/src/etc/META-INF/persistence-test-war.xml	2008-05-20 01:04:37 UTC (rev 8227)
@@ -32,7 +32,7 @@
             <!-- Search engine -->
             <property name="hibernate.search.default.directory_provider"
                       value="org.hibernate.search.store.FSDirectoryProvider"/>
-            <property name="hibernate.search.default.indexBase" value="build/lacewikiIndex"/>
+            <property name="hibernate.search.default.indexBase" value="lacewikiIndex"/>
             <property name="hibernate.search.worker.batch_size" value="50"/>
 
             <!-- Run the Hibernate bytecode instrumentation at deployment time, for lazy loading of @ToOne and byte[] properties -->




More information about the seam-commits mailing list