| 1 | = Kaukoluwiki Developing = |
| 2 | |
| 3 | First, read the kaukoluwiki website: |
| 4 | * http://kaukoluwiki.opendfki.de |
| 5 | |
| 6 | Then, checkout the wiki from SVN: |
| 7 | * https://kaukoluwiki.opendfki.de/repos/trunk/kaukolu/ |
| 8 | |
| 9 | == Compiling Kaukuol and Kaukoluwiki == |
| 10 | Gnowsis kaukoluwiki consists of the core done by kaukolu from opendfki and our own extensions in the kaukoluwiki project. |
| 11 | |
| 12 | To compile: |
| 13 | * run the build.xml in kaukolu - target '''gnowsis-prepare''' |
| 14 | * run the build.xml in kaukoluwiki - target '''dist-fromkaukolu''' |
| 15 | |
| 16 | The second build target is quite tricky, it moves the SVN files to a save place and will delete all changes you did inside the /service/ folder of kaukoluwiki, so see you have copied your changes (in JSP files or web.xml) to the corresponding files in /src/. |