common/build.xml
changeset 343 9b3d3d909bde
parent 336 08d0bd91ad20
child 345 26128bd2e266
equal deleted inserted replaced
342:626d3847cf2a 343:9b3d3d909bde
   529         <echo message="Copying to ${build.drive}/definition.xml"/>
   529         <echo message="Copying to ${build.drive}/definition.xml"/>
   530         <copy file="${sf.project.location}/${sf.spec.systemdefinition.source}" tofile="${build.drive}/definition.xml"/>
   530         <copy file="${sf.project.location}/${sf.spec.systemdefinition.source}" tofile="${build.drive}/definition.xml"/>
   531       </then>
   531       </then>
   532       <else>
   532       <else>
   533         <!-- Collate the system definition from the packages listed in sources.csv -->
   533         <!-- Collate the system definition from the packages listed in sources.csv -->
       
   534         <echo message="Building system model from ${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}"/>
   534         <exec executable="perl" dir="${build.drive}/" output="${build.drive}${sf.spec.systemdefinition.location}" logError="true" failonerror="true">
   535         <exec executable="perl" dir="${build.drive}/" output="${build.drive}${sf.spec.systemdefinition.location}" logError="true" failonerror="true">
   535           <arg value="${sf.common.config.dir}/tools/csvToSysDef.pl"/>
   536           <arg value="${sf.common.config.dir}/tools/csvToSysDef.pl"/>
   536           <arg value="${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}"/>
   537           <arg value="${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}"/>
   537           <arg value="${sf.config.dir}/../build/config/3k"/>
   538           <arg value="${sf.config.dir}/../build/config/3k"/>
   538         </exec>
   539         </exec>