Changes between Version 508 and Version 509 of WikiStart
- Timestamp:
- 01/28/25 16:24:21 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified WikiStart
v508 v509 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/src/test/javasimplerunner here]1108 Complete examples are available of [source:/simplerunner/src/test/java/geniusweb/simplerunner 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.