Changes between Version 371 and Version 372 of WikiStart


Ignore:
Timestamp:
01/26/21 14:29:53 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v371 v372  
    914914 * Place a breakpoint in your party where you want to debug.
    915915 * Create a debug configuration for NegoRunner with some customized settings:
    916   * Add your party to the user entries in the classpath.
     916  * Add <dependency> for party to the standalone pom. Something like
     917    {{{
     918                <dependency>
     919                        <groupId>collabai.team3</groupId>
     920                        <artifactId>teamXXXparty</artifactId>
     921                        <version>X.Y.Z</version> <!--Fill in correct version -->
     922                </dependency>
     923
     924    }}}
    917925  * Set {{{src/test/resources/settings.json}}} as program argument
    918926 * Run the debug configuration