Changes between Version 304 and Version 305 of WikiStart


Ignore:
Timestamp:
06/08/20 16:15:52 (4 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v304 v305  
    657657}}}
    658658
     659NOTE: because the commandline java command can not combine jar and cp, you need to combine them manually, plus add the correct run path as in
     660
     661{{{
     662 java -cp /blabla/simplerunner-1.4.0-jar-with-dependencies.jar:/blabla/randomparty-1.4.0-jar-with-dependencies.jar geniusweb.simplerunner.NegoRunner src/test/resources/settings.json
     663}}}
     664
     665Also note that at least on OSX you must NOT wrap the paths to the jars in double quotes, and the separator char between the jars is {{{:}}}.
     666
    659667When the protocol is completed, the runner prints out the final state which usually contains all actions that were done as well.
    660668