[seam-commits] Seam SVN: r9301 - trunk.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Oct 14 08:54:49 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-10-14 08:54:48 -0400 (Tue, 14 Oct 2008)
New Revision: 9301

Modified:
   trunk/build.xml
Log:
Clean docs build as well

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2008-10-14 12:41:21 UTC (rev 9300)
+++ trunk/build.xml	2008-10-14 12:54:48 UTC (rev 9301)
@@ -158,6 +158,7 @@
 		<delete dir="${bootstrap.dir}/tmp" quiet="${quietclean}" />
 		<delete dir="${bootstrap.dir}/data" quiet="${quietclean}" />
 		<delete dir="${ui.dir}/target" quiet="${quietclean}"/>
+		<delete dir="${doc.ref.dir}/target" quiet="${quietclean}"/>
 		<delete dir="${seamgen.dir}/icefaces-staging" quiet="${quietclean}"/>
 		<cleanexample name="integration" path="${seam.dir}/src/test/integration" message="" />
 	</target>
@@ -708,6 +709,7 @@
 		<copy file="${docs.pom}" tofile="${doc.ref.dir}/pom.xml" overwrite="true"/>
 		<maven target="compile" basedir="${doc.ref.dir}">
 			<jvmarg line="-Xms128m -Xmx512m" />
+			<arg line="-X" />
 			<arg line="${maven.build.translations}" />
 		</maven>
 		<copy todir="${dist.ref.dir}">




More information about the seam-commits mailing list