diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/helium/target-sf-run-analysis-list.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/helium/target-sf-run-analysis-list.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,218 @@ + + + + + + +
+ + + + + + + + + +
+
+
|
++Helium API + + | +||||||
| + prev + next | ++ frames + no frames + + + + + + | +||||||
Location
+D:\maintools\sf-config\common\build.postbuild.xml:426: +
+ +Conditional execution
+No conditions on target execution.
++
+ ++
| Name | +
|---|
| perl | +
+
| Name | Edit status | +
|---|---|
| User editable properties | +|
| Internal properties | +|
| build.id | discouraged | +
| build.log.dir | discouraged | +
+
+
+
+ <target name="sf-run-analysis-list">
+ <echo message="Running list analysis"/>
+ <exec executable="perl" dir="${build.log.dir}/analysis" failonerror="false" output="${build.log.dir}/analysis/${build.id}_list_results.log">
+ <arg value="${sf.common.config.dir}/tools/analysis/parselistdirs.pl"/>
+ <arg value="..\"/>
+ </exec>
+ </target>
+
+
+
+
+
+
|
++Helium API + + | +||||||
| + prev + next | ++ frames + no frames + + + + + + | +||||||