Author: nickboldt
Date: 2010-05-04 12:56:24 -0400 (Tue, 04 May 2010)
New Revision: 21894
Modified:
branches/modular_build/build/build.xml
Log:
failonerror rsynching
Modified: branches/modular_build/build/build.xml
===================================================================
--- branches/modular_build/build/build.xml 2010-05-04 16:18:00 UTC (rev 21893)
+++ branches/modular_build/build/build.xml 2010-05-04 16:56:24 UTC (rev 21894)
@@ -910,7 +910,7 @@
<available file="${sourceDir}" type="dir" />
<then>
<echo message="${deployCmd}" />
- <exec executable="bash">
+ <exec executable="bash" failonerror="true">
<arg line=" -c "${deployCmd}"" />
</exec>
</then>
Show replies by date