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

Target sf-make-junction

+ +

Location

+

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

+ +

Conditional execution

+

No conditions on target execution.

+
+ +

Description

+

+

+

+


+ + +

Target external Dependency

+

+ + + + + + + +
Name
perl
+

+ + +

Property dependencies

+ + +

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

+ +
+ + +

Target dependencies

+

+sf-make-junction dependencies + + + + + +

+
+ + +

Source code

+
+    <target name="sf-make-junction" depends="sf-find-ATS-worker-root">        
+        <mkdir dir="${sf.spec.test.workerroot}/${sf.spec.test.epocroot}"/>
+        <exec executable="perl" dir="${sf.common.config.dir}/tools/ats" failonerror="false" output="${build.log.dir}/ATS_${build.id}_make_junction.log">
+        <arg value="make_junction.pl"/>
+        <arg value="--link=${sf.spec.test.workerroot}/${sf.spec.test.epocroot}/epoc32"/>
+        <arg value="--target=${build.drive}/epoc32"/>
+        <arg value="--force"/>
+      </exec>
+    </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 + + + + +