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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jul 20 16:18:06 EDT 2007


Author: kurt.stam at jboss.com
Date: 2007-07-20 16:18:06 -0400 (Fri, 20 Jul 2007)
New Revision: 13684

Modified:
   labs/jbossesb/trunk/product/build.xml
Log:
JBESB-613, hudson seems to skip 'dist' so I'm making integration depend on ftp.

Modified: labs/jbossesb/trunk/product/build.xml
===================================================================
--- labs/jbossesb/trunk/product/build.xml	2007-07-20 19:59:19 UTC (rev 13683)
+++ labs/jbossesb/trunk/product/build.xml	2007-07-20 20:18:06 UTC (rev 13684)
@@ -161,8 +161,12 @@
         <fail message="Sorry, you must run the 'dist' target before running the 'test' target." />
     </target>
 
+	<target name="ftp-server" unless="skip.ftp.server">
+	    <ant antfile="build.xml" dir="ftp"/>
+	</target>
+	
     <!-- Integration test targets -->
-    <target name="org.jboss.esb.integration.test" depends="org.jboss.esb.compile">
+    <target name="org.jboss.esb.integration.test" depends="ftp-server,org.jboss.esb.compile">
         <echo message="Testing of modules, using unit, functional and integration tests"/>
         <ant dir="rosetta">
             <target name="org.jboss.esb.rosetta.integration.test"/>




More information about the jboss-svn-commits mailing list