diff -r 7685cec9fd3c -r f2ddfa555b0f 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 Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,232 @@ + + + + + + +
+ + + + + + + + + +
+
+
|
++Helium API + + | +||||||
+ prev + next | ++ frames + no frames + + + + + + | +
Location
+D:\maintools\sf-config\common\build.xml:313: +
+ +Conditional execution
+No conditions on target execution.
++
generate dir list using passed location and name if a baseline list is available then generate deltas too
+ ++
Name | +
---|
python | +
+
Name | Edit status | +
---|---|
User editable properties | +|
build.drive | recommended | +
Internal properties | +|
build.id | discouraged | +
build.log.dir | discouraged | +
+ + +
++ <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 + + | +||||||
+ prev + next | ++ frames + no frames + + + + + + | +