You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2012/07/16 16:16:41 UTC

svn commit: r1362047 - /manifoldcf/integration/sharepoint-2010/trunk/build.xml

Author: kwright
Date: Mon Jul 16 14:16:41 2012
New Revision: 1362047

URL: http://svn.apache.org/viewvc?rev=1362047&view=rev
Log:
Make sure build aborts if there's an error

Modified:
    manifoldcf/integration/sharepoint-2010/trunk/build.xml

Modified: manifoldcf/integration/sharepoint-2010/trunk/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/integration/sharepoint-2010/trunk/build.xml?rev=1362047&r1=1362046&r2=1362047&view=diff
==============================================================================
--- manifoldcf/integration/sharepoint-2010/trunk/build.xml (original)
+++ manifoldcf/integration/sharepoint-2010/trunk/build.xml Mon Jul 16 14:16:41 2012
@@ -46,7 +46,7 @@
 
     <target name="compile" depends="precompile-check" if="canBuild">
         <copy todir="webservice/Web References/SPPermissionsService" file="wsdls/Permissions.wsdl"/>
-        <exec executable="cmd" dir="webservice">
+        <exec executable="cmd" dir="webservice" failonerror="true" failifexecutionfails="true">
             <arg value="/c"/>
             <arg value="build.bat"/>
         </exec>