Difference between revisions of "Xebra Server Config File"
(New page: Category:Xebra =Properties= ==finalize_webapps== *Type: Boolean *Description: If set to True, all webapps are finalized while compiled. (not yet implemented) ==compiler== *Type: Path...) |
|||
Line 5: | Line 5: | ||
*Type: Boolean | *Type: Boolean | ||
*Description: If set to True, all webapps are finalized while compiled. (not yet implemented) | *Description: If set to True, all webapps are finalized while compiled. (not yet implemented) | ||
+ | *Example: finalize_webapps=True | ||
==compiler== | ==compiler== | ||
*Type: Path to executable file | *Type: Path to executable file | ||
*Description: Set to eiffel compiler (ec or ecb) | *Description: Set to eiffel compiler (ec or ecb) | ||
+ | *Example: compiler=$ISE_EIFFEL/studio/spec/$ISE_PLATFORM/bin/ec | ||
==translator== | ==translator== | ||
*Type: Path to executable file | *Type: Path to executable file | ||
*Description: Set to the xebra_translator | *Description: Set to the xebra_translator | ||
+ | *Example: translator=$XEBRA_DEV/eiffel_projects/xebra_translator/EIFGENs/xebra_translator/F_code/xebra_translator | ||
==webapps_root== | ==webapps_root== | ||
*Type: Path to directory | *Type: Path to directory | ||
*Description: Set to the directory that contains all webapps | *Description: Set to the directory that contains all webapps | ||
+ | *Example: webapps_root=$XEBRA_DEV/httpd/htdocs | ||
==taglib== | ==taglib== | ||
*Type: Path to directory | *Type: Path to directory | ||
*Description: Set to the directory that contains all tag lib files | *Description: Set to the directory that contains all tag lib files | ||
+ | *Example: taglib=$XEBRA_DEV/eiffel_projects/xebra_translator | ||
Revision as of 23:24, 10 July 2009
Contents
Properties
finalize_webapps
- Type: Boolean
- Description: If set to True, all webapps are finalized while compiled. (not yet implemented)
- Example: finalize_webapps=True
compiler
- Type: Path to executable file
- Description: Set to eiffel compiler (ec or ecb)
- Example: compiler=$ISE_EIFFEL/studio/spec/$ISE_PLATFORM/bin/ec
translator
- Type: Path to executable file
- Description: Set to the xebra_translator
- Example: translator=$XEBRA_DEV/eiffel_projects/xebra_translator/EIFGENs/xebra_translator/F_code/xebra_translator
webapps_root
- Type: Path to directory
- Description: Set to the directory that contains all webapps
- Example: webapps_root=$XEBRA_DEV/httpd/htdocs
taglib
- Type: Path to directory
- Description: Set to the directory that contains all tag lib files
- Example: taglib=$XEBRA_DEV/eiffel_projects/xebra_translator
Example
finalize_webapps=False compiler=/home/user/eiffel64/studio/spec/linux-x86-64/bin/ec translator=/home/user/xebra/eiffel_projects/xebra_translator/EIFGENs/W_code/xebra_translator webapps_root=/home/user/xebra/httpd/htdocs taglib=/home/user/xebra/eiffel_projects/xebra_translator