minor fix - creation of 'generated' dir for caching files.
authorMattD <mattd@symbian.org>
Tue, 04 Aug 2009 15:42:22 +0100
changeset 308 d00601cbf754
parent 307 989c70555820
child 309 8b5fb484a920
minor fix - creation of 'generated' dir for caching files.
common/build.xml
--- a/common/build.xml	Tue Aug 04 14:40:11 2009 +0100
+++ b/common/build.xml	Tue Aug 04 15:42:22 2009 +0100
@@ -85,6 +85,7 @@
         <if><istrue value="${sf.spec.sourcesync.usecache}"/>
             <then>
                 <echo message="Generating Hg local cache..." />
+                <mkdir dir="${sf.common.config.dir}/generated"/>
                 <exec executable="perl" dir="${build.log.dir}" failonerror="true" output="${build.log.dir}/${build.id}_hgcache.log">
                     <arg value="${sf.common.config.dir}/tools/cachefiles.pl"/>
                     <arg value="${sf.spec.sourcesync.cachelocation}"/>