buildframework/helium/tools/compile/ebs/ebs.ant.xml
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 217 0f5e3a7fb6af
--- a/buildframework/helium/tools/compile/ebs/ebs.ant.xml	Wed Oct 28 14:39:48 2009 +0000
+++ b/buildframework/helium/tools/compile/ebs/ebs.ant.xml	Wed Dec 23 19:29:07 2009 +0200
@@ -43,9 +43,9 @@
     <!-- Executes compilation of a System Definition configuration using Symbian EBS tools. -->
     <target name="compile-ebs" if="build.system.ebs" depends="set-arm-version">    
         <hlm:assertFileExists file="${genxml.output.file}"/>
-        <hlm:compileEbsMacro input="${genxml.output.file}" log="${build.log.dir}/${build.id}.${sysdef.configuration}_compile.log" />
+        <hlm:compileEbsMacro input="${genxml.output.file}" log="${compile.log.dir}/${build.id}.${sysdef.configuration}_compile.log" />
         <!-- calculate below only if metadata is enabled, error is calculated before the signal is being sent.-->
-        <hlm:calculateErrorsFromLog logfile="${build.log.dir}/${build.id}.${sysdef.configuration}_compile.log" />
+        <hlm:calculateErrorsFromLog logfile="${compile.log.dir}/${build.id}.${sysdef.configuration}_compile.log" />
     </target>
 
     
@@ -69,7 +69,7 @@
             </for>
             <preset.exec executable="perl" dir="${build.drive}/" failonerror="true">
                 <arg value="epoc32/tools/build/buildserver.pl"/>
-                <arg line="-d ${genxml.output.file} -p ${ebs.port.number} -l ${build.log.dir}/${build.id}.${sysdef.configuration}_compile.log"/>
+                <arg line="-d ${genxml.output.file} -p ${ebs.port.number} -l ${compile.log.dir}/${build.id}.${sysdef.configuration}_compile.log"/>
             </preset.exec>
         </parallel>
     </target>