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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jun 21 09:03:51 EDT 2007


Author: kevin.conner at jboss.com
Date: 2007-06-21 09:03:51 -0400 (Thu, 21 Jun 2007)
New Revision: 12740

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/conf/base-build.xml
Log:
Update WS check for current version

Modified: labs/jbossesb/trunk/product/samples/quickstarts/conf/base-build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/conf/base-build.xml	2007-06-21 12:08:24 UTC (rev 12739)
+++ labs/jbossesb/trunk/product/samples/quickstarts/conf/base-build.xml	2007-06-21 13:03:51 UTC (rev 12740)
@@ -404,8 +404,8 @@
 <!-- ==================================================================== -->
 
     <target name="assert-ws-available">
-        <available property="ws-available" file="${org.jboss.esb.server.deploy.dir}/jbossws.sar" type="dir" />
-        <fail unless="ws-available">**** DEPLOYMENT FAILED... Sorry, this Quickstart requires a JBoss Webservice container.  '${org.jboss.esb.server.home}' does not have a Webservice container.  Check the 'org.jboss.esb.server.home' property in ../quickstarts.properties"</fail>
+        <available property="ws-available" file="${org.jboss.esb.server.deploy.dir}/jbossws.sar/jbossws.beans"/>
+        <fail unless="ws-available">**** DEPLOYMENT FAILED... Sorry, this Quickstart requires the JBoss Webservice container from http://anonsvn.labs.jboss.com/labs/jbossesb/workspace/jbossws2_0_0.  '${org.jboss.esb.server.home}' does not appear to contain that Webservice container.  Check the 'org.jboss.esb.server.home' property in ../quickstarts.properties"</fail>
         <echo message="JBoss Webservice container found on target '${org.jboss.esb.server.deploy.dir}'." />
     </target>
 




More information about the jboss-svn-commits mailing list