buildframework/helium/tools/localisation/localisation-50.ant.xml
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 217 0f5e3a7fb6af
--- a/buildframework/helium/tools/localisation/localisation-50.ant.xml	Wed Oct 28 14:39:48 2009 +0000
+++ b/buildframework/helium/tools/localisation/localisation-50.ant.xml	Wed Dec 23 19:29:07 2009 +0200
@@ -32,11 +32,12 @@
             This target launch the localisation of DTD files. 
             This is handled by the DTDLocaliser.pl script from S60.  
     --> 
-    <target name="localisation-dtd"> 
+    <target name="localisation-dtd">
+        <mkdir dir="${localisation.log.dir}"/>
         <exec dir="${build.drive}/" executable="perl.exe" failonerror="false"> 
             <arg value="${build.drive}/epoc32/tools/DTDLocaliser.pl"/> 
             <arg value="-l"/> 
-            <arg value="${build.log.dir}/${build.id}.dtd_localisation.log}"/> 
+            <arg value="${localisation.log.dir}/${build.id}.dtd_localisation.log}"/> 
         </exec> 
     </target>