Added some diagnostic output when the system definition is built from the sources.csv file.
--- 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}"/>