Changes between Version 199 and Version 200 of WikiStart
- Timestamp:
- 06/26/19 14:33:40 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v199 v200 110 110 = Writing a party in Java 111 111 112 Example parties can be found [ https://tracinsy.ewi.tudelft.nl/trac/Genius2/browser/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).112 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). 113 113 114 114 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.