ve |
![]() ![]() |
Invoke Object Tools's Visual Eiffel Compiler.
Domain: Valid filename pointing to existing file
Default: empty string
Domain: Boolean (true|false)
Default: false
Domain: Boolean (true|false)
Default: false
Domain: large|huge
Default: -
Domain: valid system name
Default: empty string
Note: In mode 'clean' the directory 'eCluster' and the files Result.out', 'vec.xcp' are deleted as well if they exist. If 'recursive' is set to 'true' 'clean' is applied to each subdirectory recursively. In mode tune the Eiffel System is tuned with Visual Eiffel's tuner.
<define name="ve"> <element name="ve"> <ref name="dir_if_unless"/> <choice> <attribute name="esd"/> <group> <attribute name="clean"/> <optional> <attribute name="recursive"/> </optional> </group> <group> <attribute name="tune"/> <optional> <attribute name="level"> <!-- runtime evaluation <choice> <value>large</value> <value>huge</value> </choice> --> </attribute> </optional> </group> </choice> </element> </define>
<ve esd="compile_ve.esd"/> <ve clean="kernel" recursive="true"/> <ve tune="${system}${exe}" level="${vetuner}" if="${vetuner}"/>
http://www.gobosoft.com |
![]() ![]() ![]() ![]() |