Changes between Version 507 and Version 508 of WikiStart


Ignore:
Timestamp:
01/28/25 16:23:31 (3 days ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v507 v508  
    11061106* 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].
    11071107
    1108 A complete example is available of [source:/simplerunner simplerunner here]
     1108A complete example is available of [source:/simplerunner/src/test/java simplerunner here]
    11091109
    11101110The 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.