Added some diagnostic output when the system definition is built from the sources.csv file.
authorSimon Howkins <simonh@symbian.org>
Tue, 11 Aug 2009 10:45:53 +0100
changeset 343 9b3d3d909bde
parent 342 626d3847cf2a
child 344 348670fc497a
Added some diagnostic output when the system definition is built from the sources.csv file.
common/build.xml
--- a/common/build.xml	Mon Aug 10 11:35:01 2009 +0100
+++ b/common/build.xml	Tue Aug 11 10:45:53 2009 +0100
@@ -531,6 +531,7 @@
       </then>
       <else>
         <!-- Collate the system definition from the packages listed in sources.csv -->
+        <echo message="Building system model from ${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}"/>
         <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}"/>