Changes between Version 6 and Version 7 of KaukoluwikiDeveloping
- Timestamp:
- 10/12/06 15:51:29 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KaukoluwikiDeveloping
v6 v7 24 24 25 25 You have two projects in your workspace 26 * Kaukoluwiki27 * Kaukolu26 * kaukoluwiki 27 * kaukolu 28 28 29 The project '' Kaukolu'' is a "web-wiki" which consists of the basic functionality of Kaukoluwiki. The project ''Kaukoluwiki'' is some kind of "desktop wiki" which is used by Gnowsis. So Gnowsis Kaukoluwiki consits of the core done by the project ''Kaukolu'' from opendfki and our own extensions provided by the project ''Kaukoluwiki''.29 The project ''kaukolu'' is a "web-wiki" which consists of the basic functionality of Kaukoluwiki. The project ''kaukoluwiki'' is some kind of "desktop wiki" which is used by Gnowsis. So Gnowsis Kaukoluwiki consits of the core done by the project ''kaukolu'' from opendfki and our own extensions provided by the project ''kaukoluwiki''. 30 30 31 31 Important notes regarding the two projects: 32 * The JSP pages provided by the project '' Kaukolu'' are delivered precompiled in a jar file.33 * The JSP pages provided by the project '' Kaukoluwiki'' (Gnowsis) are located in a template folder: Kaukoluwiki/service/kaukoluwiki/templates/gnowsis/32 * The JSP pages provided by the project ''kaukolu'' are delivered precompiled in a jar file. 33 * The JSP pages provided by the project ''kaukoluwiki'' (Gnowsis) are located in a template folder: kaukoluwiki/service/kaukoluwiki/templates/gnowsis/ 34 34 * While Gnowsis is running you can alter these JSP pages in the template folder. On a reload an altered JSP page will be recompiled. 35 35 36 == Compiling Kaukolu and Kaukoluwiki ==36 == Compiling kaukolu and kaukoluwiki == 37 37 38 38 To compile: 39 * run the build.xml in '' Kaukolu'' - target '''gnowsis-prepare'''40 * run the build.xml in '' Kaukoluwiki'' - target '''dist-fromkaukolu'''39 * run the build.xml in ''kaukolu'' - target '''gnowsis-prepare''' 40 * run the build.xml in ''kaukoluwiki'' - target '''dist-fromkaukolu''' 41 41 42 42 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/.