ise |
Domain: Valid filename pointing to existing file
Default: empty string
Domain: Existing target in ECF file
Default: empty string
Domain: -
Default: empty string
Domain: Boolean (true|false)
Default: false
Domain: Boolean (true|false)
Default: false
Domain: Valid filename pointing to existing executable
Default: Version of 'ec' in the PATH
Domain: valid system name
Default: empty string
Domain: Intgeger (usually 0 for OK, and any other number for not OK)
Default: `Void' (no variable is set if attribute is not specified)
<define name="ise"> <element name="ise"> <ref name="dir_if_unless"/> <choice> <group> <attribute name="system"/> <optional> <attribute name="ecf"/> </optional> <optional> <attribute name="target"/> </optional> <optional> <attribute name="finalize"/> </optional> <optional> <attribute name="finish_freezing"/> </optional> <optional> <attribute name="executable"/> </optional> </group> <attribute name="clean"/> </choice> <optional> <attribute name="exit_code_variable"/> </optional> </element> </define>
<ise ecf="compile_ise.ace" system="${system}" finalize="true" finish_freezing="true"/> <ise clean="${system}"/>
Copyright © 2002-2020, Sven Ehrke and others mailto:ericb@gobosoft.com http://www.gobosoft.com Last Updated: 16 November 2020 |