common/build.xml
changeset 285 9b3d3d909bde
parent 278 08d0bd91ad20
child 287 26128bd2e266
--- 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}"/>