Changes between Version 166 and Version 167 of WikiStart


Ignore:
Timestamp:
04/25/19 09:09:33 (5 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v166 v167  
    339339= Stand-alone Running =
    340340For stand-alone running you need to have the following available in your project space (this includes the maven dependencies you have set for your project)
    341 * The parties you want to run (in compiled form)
    342 * The profiles you want to provide to the parties
     341* The parties you want to run (in compiled form) must be in your classpath
     342* The profiles you want to provide to the parties (alternatively you can refer to a profile on a running profile server)
    343343* A settings.json file containing the [https://tracinsy.ewi.tudelft.nl/trac/Genius2/browser/protocol/src/main/java/genius2/protocol/session SessionSettings] eg SAOP Settings. [https://tracinsy.ewi.tudelft.nl/trac/Genius2/browser/simplerunner/src/test/resources/settings.json view example file].
    344 
    345 To give a concrete example, we use the setup as in the [https://tracinsy.ewi.tudelft.nl/trac/Genius2/browser/simplerunner simplerunner module]
    346 
    347 You can download a simple stand-alone runner from  http://artifactory.ewi.tudelft.nl/artifactory/libs-release/genius2/simplerunner/ and then click on latest version and then on simplerunner-<latestversion>-jar-with-dependencies.jar.
    348 
    349 Make sure your settings.json folder is in the same directory as the jar.
    350 
     344* a simple stand-alone runner, eg download from [http://artifactory.ewi.tudelft.nl/artifactory/libs-release/genius2/simplerunner/ genius2 artifactory] select latest version simplerunner-<latestversion>-jar-with-dependencies.jar.
     345
     346A complete example is available [https://tracinsy.ewi.tudelft.nl/trac/Genius2/browser/simplerunner simplerunner here]
     347
     348== Running ==
    351349Make sure your agents are in the java classpath.
    352350