diff -r 3c858aa7a023 -r 56a1d97e7c73 doc/api/helium/target-sf-run-sfl-licence-munging.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/helium/target-sf-run-sfl-licence-munging.html Thu Oct 08 19:36:20 2009 +0100 @@ -0,0 +1,218 @@ + + + + + + +
+ + + + + + + + + +
+
+
|
++Helium API + + | +||||||
| + prev + next | ++ frames + no frames + + + + + + | +||||||
Location
+d:\maintools\sf-config\common\build.postbuild.xml:743: +
+ +Conditional execution
+Target is run if property defined: sf-utilities-available
+
+ ++
| Name | +
|---|
| perl | +
+
| Name | Edit status | +
|---|---|
| User editable properties | +|
| build.drive | recommended | +
| Internal properties | +|
| build.log.dir | discouraged | +
+
+
+
+ <target name="sf-run-sfl-licence-munging" depends="sf-check-utilities-dir" if="sf-utilities-available">
+ <echo message="Running SFL Licence Munging writing log to ${build.log.dir}"/>
+ <exec executable="perl" dir="${build.drive}" failonerror="false" output="${build.log.dir}/postbuild_sfl-licence_munging_results.log">
+ <arg value="${build.drive}/utilities/williamr/convert_to_eula.pl"/>
+ </exec>
+ </target>
+
+
+
+
+
+
|
++Helium API + + | +||||||
| + prev + next | ++ frames + no frames + + + + + + | +||||||