diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/helium/target-sf-truclean.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/helium/target-sf-truclean.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,211 @@ + + + + + + +
+ + + + + + + + + +
+
+
|
++Helium API + + | +||||||
+ prev + next | ++ frames + no frames + + + + + + | +
Location
+D:\maintools\sf-config\common\build.xml:376: +
+ +Conditional execution
+No conditions on target execution.
++
+ ++
Name | Edit status | +
---|---|
User editable properties | +|
Internal properties | +
+ + +
++ <target name="sf-truclean"> + <if> + <istrue value="${sf.spec.build.clean.enable}"/> + <then> + <echo message="Executing truclean step."/> + <fmpp sourceFile="${sf.common.config.dir}/templates/truclean.ant.xml.ftl" outputFile="${sf.common.config.dir}/generated/truclean.ant.xml"> + <data expandProperties="yes"> + ant: antProperties() + data: csv(${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}, {separator:','}) + </data> + </fmpp> + <ant antfile="${sf.common.config.dir}/generated/truclean.ant.xml"/> + </then> + <else> + <echo message="Skipping truclean step."/> + </else> + </if> + </target> ++ + +
+
+
|
++Helium API + + | +||||||
+ prev + next | ++ frames + no frames + + + + + + | +