Changes between Version 230 and Version 231 of WikiStart
- Timestamp:
- 08/14/19 10:29:55 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v230 v231 245 245 = Writing a party in Java 246 246 247 Example parties can be found [source:/exampleparties here]. You can easily clone a party with SVN using {{{svn co https://tracinsy.ewi.tudelft.nl/ svn/GeniusWeb/exampleparties/randomparty/}}} (this clones randomparty, use a different name to fetch another example).247 Example parties can be found [source:/exampleparties here]. You can easily clone a party with SVN using {{{svn co https://tracinsy.ewi.tudelft.nl/pub/svn/GeniusWeb/exampleparties/randomparty/}}} (this clones randomparty, use a different name to fetch another example). 248 248 249 249 A party is compiled with maven. After compilation ({{{mvn package}}}) you get a {{{target/yourparty-X.Y.Z-jar-with-dependencies.jar}}} that can be copied into the parties server for deployment. … … 417 417 * Using a stand-alone runner (normal Eclipse for Java developers, no EE needed) 418 418 * Have your party's source code in the Eclipse workspace 419 * Clone the simplerunner into your workspace {{{svn co https://tracinsy.ewi.tudelft.nl/ svn/GeniusWeb/simplerunner}}}419 * Clone the simplerunner into your workspace {{{svn co https://tracinsy.ewi.tudelft.nl/pub/svn/GeniusWeb/simplerunner}}} 420 420 * Edit the src/test/resource/settings.json file in the simplerunner to match your party 421 421 * Place a breakpoint in your party where you want to debug. … … 435 435 You can download the source code of this component using 436 436 437 {{{svn co https://tracinsy.ewi.tudelft.nl/ svn/GeniusWeb/}}}437 {{{svn co https://tracinsy.ewi.tudelft.nl/pub/svn/GeniusWeb/}}} 438 438 439 439 Normal developers that write new parties do not need to install the GeniusWeb source code. This is only needed if you want to debug/trace into the GeniusWeb code for instance for debugging or understanding the inner workings of geniusWeb.