ECF Available Targets |
gedoc can be used to figure out the list of available targets in an ECF file.
Here is how to get the list of available targets in the ECF file project.ecf:
gedoc --format=available_targets project.ecfThis will display to the standard output (console window) the list of targets in the order found in the ECF file project.ecf.
It is also possible to check whether a given target exists in an ECF file:
gedoc --format=available_targets --target=foo project.ecfIn addition to displaying the list of targets found in the ECF file project.ecf, the command will exit with a non-zero exit code if the target foo does not exist. This can be used in combination with the option --silent in a script in order to determine what ECF target to use before invoking the Eiffel compiler.
Copyright © 2018, Eric Bezault mailto:ericb@gobosoft.com http://www.gobosoft.com Last Updated: 24 October 2018 |