Author: jfrederic.clere(a)jboss.com
Date: 2011-07-22 05:38:01 -0400 (Fri, 22 Jul 2011)
New Revision: 2830
Modified:
trunk/build/unix/util/jbossweb/build.sh
Log:
Failed build if files.sh fails.
Modified: trunk/build/unix/util/jbossweb/build.sh
===================================================================
--- trunk/build/unix/util/jbossweb/build.sh 2011-07-22 07:57:00 UTC (rev 2829)
+++ trunk/build/unix/util/jbossweb/build.sh 2011-07-22 09:38:01 UTC (rev 2830)
@@ -33,7 +33,7 @@
export build_top
# Get the binaries
-./files.sh
+./files.sh || exit 1
mvn install || exit 1
Show replies by date