Bug 3266 - Problems with sf/mw/hb/configure.py are only recorded in the Hudson console log
authorShabe Razvi <shaber@symbian.org>
Thu, 15 Jul 2010 15:01:00 +0100
changeset 1185 945cb07df767
parent 1184 0485a6899b9b
child 1186 8174fb206005
Bug 3266 - Problems with sf/mw/hb/configure.py are only recorded in the Hudson console log
common/templates/run-qmake.ant.xml.ftl
--- a/common/templates/run-qmake.ant.xml.ftl	Thu Jul 15 13:49:34 2010 +0100
+++ b/common/templates/run-qmake.ant.xml.ftl	Thu Jul 15 15:01:00 2010 +0100
@@ -58,7 +58,7 @@
                 <if>
                     <available file="${r'$'}{build.drive}/${unit.@bldFile}" type="dir"/>
                     <then>
-                        <exec executable="cmd" dir="${r'$'}{build.drive}/${unit.@bldFile}" failonerror="false">
+                        <exec executable="cmd" dir="${r'$'}{build.drive}/${unit.@bldFile}" failonerror="false" output="${r'$'}{build.drive}/output/logs/${ant['build.id']}_compile_hb_configure.log">
                             <arg value="/C"/>
                             <arg value="python"/>
                             <arg line ="configure.py --qmake-bin=\epoc32\tools\qmake.bat --qmake-spec=symbian-sbsv2 --platform=symbian --qmake-options=MMP_RULES+=EXPORTUNFROZEN CONFIG+=sgimagelite_support DEFINES+=HB_EFFECTS_OPENVG DEFINES+=HB_FILTER_EFFECTS"/>
@@ -66,7 +66,7 @@
                         
                         <echo>INFO: Exporting Orbit mkspecs to epoc32\tools for ${unit.@bldFile}/${unit.@proFile}</echo>
                         <echo>INFO: Running Orbit theme installer, make install step</echo>
-                        <exec executable="cmd" dir="${r'$'}{build.drive}/${unit.@bldFile}" failonerror="false">
+                        <exec executable="cmd" dir="${r'$'}{build.drive}/${unit.@bldFile}" failonerror="false" output="${r'$'}{build.drive}/output/logs/${ant['build.id']}_install_hb_configure.log">
                             <arg value="/C"/>
                             <arg value="make install"/>
                         </exec>