Changes between Version 507 and Version 508 of WikiStart
- Timestamp:
- 01/28/25 16:23:31 (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v507 v508 1106 1106 * A settings.json file containing the [source:/protocol/src/main/java/geniusweb/protocol/session SessionSettings] eg SAOP Settings. [source:/simplerunner/src/test/resources/settings.json view example file]. 1107 1107 1108 A complete example is available of [source:/simplerunner simplerunner here]1108 A complete example is available of [source:/simplerunner/src/test/java simplerunner here] 1109 1109 1110 1110 The simplerunner writes log information, including the final state, to the stdout. The last log line normally is something like {{{INFO:protocol ended normally: {"SAOPState": .....} }}}. You can parse the text starting at the {{{ { }}} using the standard jackson parser.