Revision: 13659
          http://gate.svn.sourceforge.net/gate/?rev=13659&view=rev
Author:   markagreenwood
Date:     2011-04-12 11:47:55 +0000 (Tue, 12 Apr 2011)

Log Message:
-----------
if grails fails then we need the build to fail otherwise we can't get jenkins 
to report the problems

Modified Paths:
--------------
    mimir/trunk/build.xml

Modified: mimir/trunk/build.xml
===================================================================
--- mimir/trunk/build.xml       2011-04-12 01:24:45 UTC (rev 13658)
+++ mimir/trunk/build.xml       2011-04-12 11:47:55 UTC (rev 13659)
@@ -22,11 +22,11 @@
   </target>
 
   <target name="grails-plugin">
-    <exec executable="${grails.bin}" dir="${grails-plugin.dir}">
+    <exec executable="${grails.bin}" dir="${grails-plugin.dir}" 
failonerror="true">
       <arg value="compile" />
     </exec>
 
-    <exec executable="${grails.bin}" dir="${grails-plugin.dir}">
+    <exec executable="${grails.bin}" dir="${grails-plugin.dir}" 
failonerror="true">
       <arg value="compile-gwt-modules" />
     </exec>
   </target>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to