|
Helium API | ||||||
prev next | frames no frames |
Location
d:\maintools\sf-config\common\build.postbuild.xml:265:
Conditional execution
No conditions on target execution.
Name |
---|
7z |
7z |
Name | Edit status |
---|---|
User editable properties | |
build.drive | recommended |
Internal properties |
<target name="sf-package-validate"> <exec executable="7z" dir="${build.drive}/output/zips" failonerror="false" output="${build.drive}/output/zips/validate.log"> <arg value="t"/> <arg value="*.zip"/> </exec> <exec executable="7z" dir="${build.drive}/output/zips/release" failonerror="false" output="${build.drive}/output/zips/release/validate.log"> <arg value="t"/> <arg value="*.zip"/> </exec> </target>
|
Helium API | ||||||
prev next | frames no frames |