Changes between Version 258 and Version 259 of WikiStart
- Timestamp:
- 09/24/19 16:52:19 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v258 v259 525 525 }}} 526 526 527 You need to wrap your python party into a jar wrapper to get it accepted by the parties server. To do this, check the javadoc with the [source:/pythonadapter/src/main/java/geniusweb/pythonadapter/PythonPartyAdapter.java PythonPartyAdapter].527 The python party must be wrapped into a jar wrapper to get it accepted by the parties server. This is done automatically by the maven build script, again just execute {{{mvn package}}} to build. The javadoc with the [source:/pythonadapter/src/main/java/geniusweb/pythonadapter/PythonPartyAdapter.java PythonPartyAdapter] gives the details about this wrapper. 528 528 529 529