Should fail the build if we can't generate the system model.
authorSimon Howkins <simonh@symbian.org>
Tue, 04 Aug 2009 17:28:46 +0100
changeset 274 72ceabdbb597
parent 273 f7c6fc4239ac
child 275 7b0a774a0c87
Should fail the build if we can't generate the system model.
common/build.xml
--- a/common/build.xml	Tue Aug 04 17:22:59 2009 +0100
+++ b/common/build.xml	Tue Aug 04 17:28:46 2009 +0100
@@ -531,7 +531,7 @@
       </then>
       <else>
         <!-- Collate the system definition from the packages listed in sources.csv -->
-        <exec executable="perl" dir="${build.drive}/" output="${build.drive}${sf.spec.systemdefinition.location}" logError="true">
+        <exec executable="perl" dir="${build.drive}/" output="${build.drive}${sf.spec.systemdefinition.location}" logError="true" failonerror="true">
           <arg value="${sf.common.config.dir}/tools/csvToSysDef.pl"/>
           <arg value="${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}"/>
           <arg value="${sf.config.dir}/../build/config/3k"/>