buildframework/helium/tools/localisation/localisation-50.ant.xml
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 217 0f5e3a7fb6af
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
    30    
    30    
    31     <!-- 
    31     <!-- 
    32             This target launch the localisation of DTD files. 
    32             This target launch the localisation of DTD files. 
    33             This is handled by the DTDLocaliser.pl script from S60.  
    33             This is handled by the DTDLocaliser.pl script from S60.  
    34     --> 
    34     --> 
    35     <target name="localisation-dtd"> 
    35     <target name="localisation-dtd">
       
    36         <mkdir dir="${localisation.log.dir}"/>
    36         <exec dir="${build.drive}/" executable="perl.exe" failonerror="false"> 
    37         <exec dir="${build.drive}/" executable="perl.exe" failonerror="false"> 
    37             <arg value="${build.drive}/epoc32/tools/DTDLocaliser.pl"/> 
    38             <arg value="${build.drive}/epoc32/tools/DTDLocaliser.pl"/> 
    38             <arg value="-l"/> 
    39             <arg value="-l"/> 
    39             <arg value="${build.log.dir}/${build.id}.dtd_localisation.log}"/> 
    40             <arg value="${localisation.log.dir}/${build.id}.dtd_localisation.log}"/> 
    40         </exec> 
    41         </exec> 
    41     </target> 
    42     </target> 
    42      
    43      
    43      
    44      
    44     <!-- 
    45     <!--