| 1 | **Developer suggestions** |
| 2 | |
| 3 | 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]. |
| 4 | |
| 5 | Import sources in Eclipse |
| 6 | |
| 7 | * Install eclipse-svn client, eg go to Help/Eclipse Marketplace, search for "svn" and install "subclipse" |
| 8 | * 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. |
| 9 | |
| 10 | Build zip file |
| 11 | |
| 12 | * Right click on build.xml and select Run As/Ant Build |
| 13 | |
| 14 | |
| 15 | Run Genius |
| 16 | * Right click on Negotiation GUI and select Run As/Java Application |
| 17 | * Double click "Application - genius" |