23 | | **Developer suggestions** |
24 | | |
25 | | Following steps are a quick start guide for developers working on Genius itself. For developing a negotiation party, it is recommended to use the genius jar file, following the [https://tracinsy.ewi.tudelft.nl/pubtrac/Genius/browser/doc/userguide.pdf genius documentation]. |
26 | | |
27 | | Import sources in Eclipse |
28 | | |
29 | | * Install eclipse-svn client, eg go to Help/Eclipse Marketplace, search for "svn" and install "subclipse" |
30 | | * File/Import, SVN/Checkout Projects from SVN, Next, Create a new repository location, next, enter https://tracinsy.ewi.tudelft.nl/pub/svn/Genius/, next, click on https://tracinsy.ewi.tudelft.nl/pub/svn/Genius/, next, finish. |
31 | | |
32 | | Build zip file |
33 | | |
34 | | * Right click on build.xml and select Run As/Ant Build |
35 | | |
36 | | |
37 | | Run Genius |
38 | | * Right click on Negotiation GUI and select Run As/Java Application |
39 | | * Double click "Application - genius" |