diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/helium/target-sf-check-env.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/helium/target-sf-check-env.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,230 @@ + + + + + + +
+ + + + + + + + + +
+
+
|
++Helium API + + | +||||||
+ prev + next | ++ frames + no frames + + + + + + | +
Location
+D:\maintools\sf-config\common\build.xml:99: +
+ +Conditional execution
+No conditions on target execution.
++
+ ++
Name | +
---|
perl | +
+
Name | Edit status | +
---|---|
User editable properties | +|
Internal properties | +|
build.log.dir | discouraged | +
+ + +
++ <target name="sf-check-env"> + + <!-- Conditional location of BuildEnv.xml. Project always preferred to default --> + <if><available file="${sf.project.location}/BuildEnv.xml"/> + <then> + <property name="sf.buildenv.location" value="${sf.project.location}"/> + </then> + <else> + <property name="sf.buildenv.location" value="${sf.common.config.dir}/tools"/> + </else> + </if> + + <echo message="Build Env against ${sf.buildenv.location}/BuildEnv.xml"/> + <exec executable="perl" dir="${sf.common.config.dir}/tools" failonerror="true"> + <arg value="CheckBuildEnv.pl"/> + <arg value="--xml=${sf.buildenv.location}/BuildEnv.xml"/> + <arg value="--dbg=${build.log.dir}/BuildEnvironmentCheck.log"/> + <arg value="--sbs='${sf.spec.sbs.config}'"/> + <arg value="--tools='${sf.spec.sbs.tools.config}'"/> + <arg value="Common"/> + </exec> + </target> ++ + +
+
+
|
++Helium API + + | +||||||
+ prev + next | ++ frames + no frames + + + + + + | +