|
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 |