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

Target sf-run-analysis

+ +

Location

+

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

+ +

Conditional execution

+

No conditions on target execution.

+
+ +

Description

+

+

runs analysis of missing bins and source

+

+


+ + + + +

Property dependencies

+ + +

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

+ +
+ + +

Target dependencies

+

+sf-run-analysis dependencies + + + + + + + + + + + + + + +

+
+ + +

Source code

+
+    <target name="sf-run-analysis">
+        <mkdir dir="${build.log.dir}/analysis"/>
+        <parallel>
+          <runtarget target="sf-run-analysis-ant"/>
+          <runtarget target="sf-run-analysis-raptor"/>
+          <runtarget target="sf-run-analysis-yarp"/>
+          <runtarget target="sf-run-analysis-whatlog-summary"/>
+        </parallel>
+        <if>
+          <istrue value="${sf.spec.publish.enable}"/>
+            <then>
+            <runtarget target="sf-run-analysis-diamonds"/>
+            </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 + + + + +