diff -r 3c858aa7a023 -r 56a1d97e7c73 doc/api/helium/target-sf-create-public-PDK.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/helium/target-sf-create-public-PDK.html Thu Oct 08 19:36:20 2009 +0100 @@ -0,0 +1,254 @@ + + + + + + + + + + + + + + + + + Target sf-create-public-PDK + + + + + + + + + + + + + + + + + +
+Helium API + +
+ + +
+ + + +

Target sf-create-public-PDK

+ +

Location

+

d:\maintools\sf-config\common\build.postbuild.xml:711: +

+ +

Conditional execution

+

No conditions on target execution.

+
+ +

Description

+

+

+

+


+ + + + +

Property dependencies

+ + +

+ + + + + + + + + + +
NameEdit status
User editable properties
Internal properties
+

+ +
+ + +

Target dependencies

+

+sf-create-public-PDK dependencies + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+
+ + +

Source code

+
+    <target name="sf-create-public-PDK" depends="sf-prebuild,sf-run-sfl-licence-munging">
+        <if>
+            <istrue value="${sf.spec.md5.enable}"/>
+            <then>
+                <echo message="INFO Creating MD5s"/>
+                <runtarget target="sf-run-evalid"/>
+            </then>
+        </if>
+        
+        <!-- Package up the binaries we built -->
+        <if>
+            <istrue value="${sf.spec.package.bin.enable}"/>
+            <then>
+                <echo message="INFO Packaging Binaries"/>
+                <runtarget target="sf-package-binary"/>
+                <runtarget target="sf-package-tools"/>
+
+                <echo message="INFO Validate Zip files"/>
+                <runtarget target="sf-package-validate"/>
+            </then>
+        </if>
+        <runtarget target="sf-zip-logs"/>
+        <if>
+            <istrue value="${sf.spec.publish.enable}"/>
+            <then>
+                <echo message="Publish log files and reports to ${sf.spec.publish.rootdir}"/>
+                <runtarget target="sf-publish"/>
+            </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 + + + + +