[jboss-svn-commits] JBL Code SVN: r24876 - labs/jbossesb/trunk/product.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jan 22 10:54:51 EST 2009


Author: tcunning
Date: 2009-01-22 10:54:51 -0500 (Thu, 22 Jan 2009)
New Revision: 24876

Modified:
   labs/jbossesb/trunk/product/build.xml
Log:
JBESB-2181
Added findbugs into ci-integration target.


Modified: labs/jbossesb/trunk/product/build.xml
===================================================================
--- labs/jbossesb/trunk/product/build.xml	2009-01-22 14:02:05 UTC (rev 24875)
+++ labs/jbossesb/trunk/product/build.xml	2009-01-22 15:54:51 UTC (rev 24876)
@@ -503,6 +503,7 @@
 	<target name="ci-integration" depends="integration">
 		<antcall target="artifacts"/>
 		<antcall target="instr-report"/>
+		<antcall target="findbugs"/>
 	</target>		
 	
 	<target name="jar" description="will generate all jar files">
@@ -565,6 +566,7 @@
     <target name="findbugs">
 	<findbugs home="${findbugs.home}"
 	   effort="max"
+	   jvmargs="-Xms128m -Xmx512m"
            output="html"
            outputFile="findbugs.html" 
            projectName="JBoss ESB"




More information about the jboss-svn-commits mailing list