Difference between revisions of "Riena/System Properties"
< Riena
(→Riena System Properties) |
(→Riena System Properties) |
||
Line 6: | Line 6: | ||
! property name !! type !! default value !! affects !! description | ! property name !! type !! default value !! affects !! description | ||
|- | |- | ||
− | | riena.development || boolean || true || Logging || | + | | riena.development || boolean || true || Logging || if true (default) and no logging has been configured, logging will produce output to System.out/err |
|- | |- | ||
| riean.testing || boolean || false || UI testing || bla bla | | riean.testing || boolean || false || UI testing || bla bla |
Revision as of 08:18, 30 June 2009
Riena System Properties
There are few system properties that control Riena's behavior while development, testing, etc. This page collects them and explains them shortly.
property name | type | default value | affects | description |
---|---|---|---|---|
riena.development | boolean | true | Logging | if true (default) and no logging has been configured, logging will produce output to System.out/err |
riean.testing | boolean | false | UI testing | bla bla |
riena.testing.widgetid.mainshell | String | "default" | UI testing | bla bla |