common/build.xml
changeset 331 f7c6fc4239ac
parent 330 f2e8947e085a
child 332 72ceabdbb597
equal deleted inserted replaced
330:f2e8947e085a 331:f7c6fc4239ac
   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         <exec executable="perl" output="${build.drive}${sf.spec.systemdefinition.location}" logError="true">
   534         <exec executable="perl" dir="${build.drive}/" output="${build.drive}${sf.spec.systemdefinition.location}" logError="true">
   535           <arg value="${sf.common.config.dir}/tools/csvToSysDef.pl"/>
   535           <arg value="${sf.common.config.dir}/tools/csvToSysDef.pl"/>
   536           <arg value="${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}"/>
   536           <arg value="${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}"/>
       
   537           <arg value="${sf.config.dir}/../build/config/3k"/>
   537         </exec>
   538         </exec>
   538       </else>
   539       </else>
   539     </if>
   540     </if>
   540   </target>
   541   </target>
   541     
   542