[jboss-svn-commits] JBL Code SVN: r11434 - labs/jbossesb/trunk/product/samples/quickstarts/aggregator.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Apr 29 08:03:31 EDT 2007


Author: beve
Date: 2007-04-29 08:03:31 -0400 (Sun, 29 Apr 2007)
New Revision: 11434

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/aggregator/build.xml
Log:
Added a depends target to the runtarget so that the needed jars are created upon running.


Modified: labs/jbossesb/trunk/product/samples/quickstarts/aggregator/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/aggregator/build.xml	2007-04-29 12:01:13 UTC (rev 11433)
+++ labs/jbossesb/trunk/product/samples/quickstarts/aggregator/build.xml	2007-04-29 12:03:31 UTC (rev 11434)
@@ -8,7 +8,7 @@
 	<!-- Import the base Ant build script... -->
 	<import file="../conf/base-build.xml"/>
 
-  <target name="run" depends="compile"
+  <target name="run" depends="compile,jar"
 	description="runs the inbound Router/splitter">	  
        <echo>Inbound Router/Splitter:</echo>
 			 <java fork="yes" classname="org.jboss.soa.esb.listeners.StandAloneBootStrapper" failonerror="true">  




More information about the jboss-svn-commits mailing list