diff -r 89c89d6e6c3c -r df315d0a8ab7 doc/api/helium/target-sf-list-dir.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/helium/target-sf-list-dir.html Tue Sep 15 12:58:39 2009 +0100 @@ -0,0 +1,232 @@ + + + + + + + + + + + + + + + + + Target sf-list-dir + + + + + + + + + + + + + + + + + +
+Helium API + +
+ + +
+ + + +

Target sf-list-dir

+ +

Location

+

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

+ +

Conditional execution

+

No conditions on target execution.

+
+ +

Description

+

+

generate dir list using passed location and name if a baseline list is available then generate deltas too

+

+


+ + +

Target external Dependency

+

+ + + + + + + +
Name
python
+

+ + +

Property dependencies

+ + +

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

+ +
+ + +

Target dependencies

+

+sf-list-dir dependencies + + + + + +

+
+ + +

Source code

+
+    <target name="sf-list-dir">
+        <property name="sf.currentlist.name" value="${sf.list.name}"/> 
+        <property name="sf.dir.location" value="${build.drive}/epoc32"/> 
+        <property name="sf.dir.exclude" value="${build.drive}/epoc32/build"/> 
+    
+        <if>
+            <istrue value="${sf.spec.dirlist.enable}"/>
+            <then>
+                <echo message="Dirlist name: ${sf.currentlist.name} requested for ${sf.dir.location} excluding ${sf.dir.exclude}"/>
+                <exec executable="python" dir="${build.log.dir}/" failonerror="true" output="${build.log.dir}/listdir_${build.id}_${sf.currentlist.name}.log">
+                    <arg value="${sf.common.config.dir}/tools/listdir.py"/>
+                    <arg value="${sf.dir.location}"/>
+                    <arg value="${sf.dir.exclude}"/>
+                </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 + + + + +