You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ra...@apache.org on 2009/04/21 18:32:24 UTC

svn commit: r767211 - /qpid/trunk/qpid/java/build.xml

Author: rajith
Date: Tue Apr 21 16:32:24 2009
New Revision: 767211

URL: http://svn.apache.org/viewvc?rev=767211&view=rev
Log:
Added failonerror=true to fail the build if the example automation fails

Modified:
    qpid/trunk/qpid/java/build.xml

Modified: qpid/trunk/qpid/java/build.xml
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/java/build.xml?rev=767211&r1=767210&r2=767211&view=diff
==============================================================================
--- qpid/trunk/qpid/java/build.xml (original)
+++ qpid/trunk/qpid/java/build.xml Tue Apr 21 16:32:24 2009
@@ -224,7 +224,7 @@
       description="run JMS examples against the corresponding c++ and python examples">
       <property name="qpid.src.home" location=".."/> 
       <echo-prop name="qpid.src.home"/>
-      <exec executable="/bin/sh">
+      <exec executable="/bin/sh" failonerror="true">
          <env key="QPID_SRC_HOME" value="${qpid.src.home}"/>
          <arg value="-c"/>
          <arg value="${project.root}/client/example/bin/verify_all"/>



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org