Changes between Version 508 and Version 509 of WikiStart


Ignore:
Timestamp:
01/28/25 16:24:21 (4 weeks ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified WikiStart

    v508 v509  
    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/src/test/java simplerunner here]
     1108Complete examples are available of [source:/simplerunner/src/test/java/geniusweb/simplerunner 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.