|
Helium API | ||||||
prev next | frames no frames |
Location
d:\maintools\sf-config\common\build.xml:224:
Conditional execution
No conditions on target execution.
Name |
---|
perl |
Name | Edit status |
---|---|
User editable properties | |
build.drive | recommended |
Internal properties |
<target name="sf-diamonds-tag-build"> <if> <istrue value="${sf.spec.publish.enable}"/> <then> <echo>[SF-DIAMONDS-TAG-BUILD]</echo> <echo message="Generate ${build.drive}/output/logs/sf-diamonds-tag-build.xml with Diamonds tags for this build"/> <exec executable="perl" dir="${sf.common.config.dir}/tools" failonerror="true"> <arg value="${sf.common.config.dir}/tools/generate_diamonds_tags_xml.pl"/> <arg value="--tags=${sf.diamonds.tags}"/> <arg value="--output=${build.drive}/output/logs/sf-diamonds-tag-build.xml"/> </exec> </then> </if> </target>
|
Helium API | ||||||
prev next | frames no frames |