[jboss-svn-commits] JBL Code SVN: r38129 - labs/jbossesb/branches/JBESB_4_11_CP/product/samples/quickstarts/native_client.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Jul 1 21:56:47 EDT 2012


Author: tcunning
Date: 2012-07-01 21:56:45 -0400 (Sun, 01 Jul 2012)
New Revision: 38129

Modified:
   labs/jbossesb/branches/JBESB_4_11_CP/product/samples/quickstarts/native_client/build.xml
Log:
JBESB-3826
Add a dependency on the target which sets the deploy.dir property.


Modified: labs/jbossesb/branches/JBESB_4_11_CP/product/samples/quickstarts/native_client/build.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_11_CP/product/samples/quickstarts/native_client/build.xml	2012-06-29 02:23:36 UTC (rev 38128)
+++ labs/jbossesb/branches/JBESB_4_11_CP/product/samples/quickstarts/native_client/build.xml	2012-07-02 01:56:45 UTC (rev 38129)
@@ -45,7 +45,7 @@
           file="${org.jboss.esb.server.deploy.dir}/${ant.project.name}.war"/>
     </target>
 
-    <target name="display-instructions">
+    <target name="display-instructions" depends="assert-ws-available">
         <echo message='${line.separator}******************' />
         <echo>Quickstart deployed to target JBoss ESB/App Server at '${org.jboss.esb.server.deploy.dir}'.</echo>
         <echo>1.  Check your ESB Server console to make sure the deployment was executed without errors.</echo>



More information about the jboss-svn-commits mailing list