[jboss-svn-commits] JBL Code SVN: r9154 - labs/jbossesb/trunk/product/samples/quickstarts/business_service.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jan 30 08:41:45 EST 2007
Author: burrsutter
Date: 2007-01-30 08:41:45 -0500 (Tue, 30 Jan 2007)
New Revision: 9154
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/business_service/build.xml
Log:
fixed a bug in the default task of "run" so that it properly first builds and deploys the EJB then runs the ESB
Modified: labs/jbossesb/trunk/product/samples/quickstarts/business_service/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/business_service/build.xml 2007-01-30 13:39:22 UTC (rev 9153)
+++ labs/jbossesb/trunk/product/samples/quickstarts/business_service/build.xml 2007-01-30 13:41:45 UTC (rev 9154)
@@ -108,7 +108,7 @@
</jar>
</target>
- <target name="run" depends="esbjar">
+ <target name="run" depends="ejbjar,esbjar">
<echo>Action uses EJB as a business service</echo>
<java fork="yes" classname="org.jboss.soa.esb.listeners.StandAloneBootStrapper" failonerror="true">
<arg value="${esb-config}"/>
More information about the jboss-svn-commits
mailing list