Xebra Server Config File
About | Installation | Documentation | Tutorials | Frequently Asked Questions
Contents
Properties
finalize_webapps
- Type: Boolean
- Description: If set to True, all webapps are finalized while compiled.
compiler
- Type: Path to executable file
- Description: Set to eiffel compiler (ec or ecb).
translator
- Type: Path to executable file
- Description: Set to the xebra_translator.
webapps_root
- Type: Path to directory
- Description: Set to the directory that contains all webapps.
library
- Type: Path to directory
- Description: Set to the directory that contains all xebra libraries.
compiler_flags
- Type: STRING
- Description: Use this to add additional compiler flags to ec. Use at your own risk!
Example
{ "finalize_webapps": "false", "compiler": "$ISE_EIFFEL/studio/spec/$ISE_PLATFORM/bin/ec.exe", "translator": "$XEBRA_DEV/eiffel_projects/xebra_translator/EIFGENs/xebra_translator/W_code/xebra_translator.exe", "webapps_root": "$XEBRA_DEV/www", "library": "$XEBRA_DEV/eiffel_projects/library", "compiler_flags": "-experiment" }