diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/helium/target-sf-intersect-dir.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/helium/target-sf-intersect-dir.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,233 @@ + + + + + + + + + + + + + + + + + Target sf-intersect-dir + + + + + + + + + + + + + + + + + +
+Helium API + +
+ + +
+ + + +

Target sf-intersect-dir

+ +

Location

+

D:\maintools\sf-config\common\build.xml:349: +

+ +

Conditional execution

+

No conditions on target execution.

+
+ +

Description

+

+

+

+


+ + +

Target external Dependency

+

+ + + + + + + +
Name
perl
+

+ + +

Property dependencies

+ + +

+ + + + + + + + + + + + + + + + + + + +
NameEdit status
User editable properties
build.driverecommended
Internal properties
build.iddiscouraged
build.log.dirdiscouraged
+

+ +
+ + +

Target dependencies

+

+sf-intersect-dir dependencies + + + + + +

+
+ + +

Source code

+
+    <target name="sf-intersect-dir">
+        <property name="sf.currentlist_a.name" value="${sf.list_a.name}"/> 
+        <property name="sf.currentlist_b.name" value="${sf.list_b.name}"/>
+        <property name="sf.dir.location" value="${build.drive}/epoc32"/> 
+    
+        <if>
+            <istrue value="${sf.spec.dirdelta.enable}"/>
+            <then>
+                <echo message="Inersection requested for ${sf.currentlist_a.name} vs ${sf.currentlist_b.name} "/>
+                <exec executable="perl" dir="${build.log.dir}/" failonerror="true" output="${build.log.dir}/listdir_${build.id}_${sf.currentlist_b.name}_intersect.log">
+                    <arg value="${sf.common.config.dir}/tools/difflist.pl"/>
+                    <arg value="${build.log.dir}/listdir_${build.id}_${sf.currentlist_a.name}.log"/>
+                    <arg value="${build.log.dir}/listdir_${build.id}_${sf.currentlist_b.name}.log"/>
+                    <arg value="-I"/> <!-- run difflist in intersect mode -->
+                </exec>
+            </then>
+        </if>
+    </target>
+
+ + +
+ + + + + + + + + + + + + +
+Helium API + +
+ + + Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. License: http://www.eclipse.org/legal/epl-v10.html + + + + +