diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/helium/target-sf-package-validate.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/helium/target-sf-package-validate.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,221 @@ + + + + + + +
+ + + + + + + + + +
+
+
|
++Helium API + + | +||||||
+ prev + next | ++ frames + no frames + + + + + + | +
Location
+D:\maintools\sf-config\common\build.postbuild.xml:258: +
+ +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 + + + + + + | +