Told perl where to look for libraries, so that Text::CSV can be located even when the script is in utilities, and the module is in an fbf repo.
authorSimon Howkins <simonh@symbian.org>
Wed, 28 Apr 2010 11:11:04 +0100
changeset 999 c5fcafe43a98
parent 998 8b9e371ca522
child 1001 006636b46e3d
Told perl where to look for libraries, so that Text::CSV can be located even when the script is in utilities, and the module is in an fbf repo.
common/build.postbuild.xml
--- a/common/build.postbuild.xml	Thu Apr 29 11:38:05 2010 +0100
+++ b/common/build.postbuild.xml	Wed Apr 28 11:11:04 2010 +0100
@@ -637,8 +637,11 @@
         <delete file="${sf.releasenotes.wiki.txt}"/>
         <!-- FCL Usage and Changesets -->
         <exec executable="perl" dir="${build.drive}" output="${sf.releasenotes.wiki.txt}">
+            <arg value="-I"/>
+            <arg value="${sf.common.config.dir}/tools/lib"/>
             <arg value="${build.drive}/utilities/releaseAutomation/releaseNotes.pl"/>
-            <arg value="${build.log.dir}/BOM/sources.csv"/>
+            <arg value="--sources=${build.log.dir}/BOM/sources.csv"/>
+            <arg value="--baseline=${sf.previous.pdk.tag}"/>
         </exec>
         <!-- Package Comparison and FCL Usage -->
         <exec executable="perl" dir="${sf.spec.sourcesync.sourcespecdir}" output="${sf.releasenotes.wiki.txt}" append="true">