[jboss-svn-commits] JBL Code SVN: r17713 - in labs/jbossesb/branches/JBESB_4_2_1_GA_CP/qa: quickstarts and 1 other directory.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jan 11 06:12:50 EST 2008


Author: kevin.conner at jboss.com
Date: 2008-01-11 06:12:50 -0500 (Fri, 11 Jan 2008)
New Revision: 17713

Modified:
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/qa/build.xml
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/qa/quickstarts/build.xml
Log:
Defer QS clean until execution: JBESB-1154

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/qa/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/qa/build.xml	2008-01-11 10:04:49 UTC (rev 17712)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/qa/build.xml	2008-01-11 11:12:50 UTC (rev 17713)
@@ -75,7 +75,6 @@
 		<echo message="Cleaning..."/>
 		
 		<delete dir="${build.location}" />
-		<ant dir="quickstarts" target="ci-clean" />
 	</target>
 	
 	<target name="start-server" depends="esb.setup-esb">

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/qa/quickstarts/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/qa/quickstarts/build.xml	2008-01-11 10:04:49 UTC (rev 17712)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/qa/quickstarts/build.xml	2008-01-11 11:12:50 UTC (rev 17713)
@@ -177,7 +177,7 @@
 
    <target name="ci-clean" depends="init, clean-esb"/>
 	
-   <target name="compile" depends="compile-esb">
+   <target name="compile" depends="clean, compile-esb">
       <echo message="Compiling JUnit based Quickstart tests..."/>
 
 




More information about the jboss-svn-commits mailing list