Changes between Version 7 and Version 8 of KaukoluwikiDeveloping
- Timestamp:
- 10/12/06 16:09:31 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KaukoluwikiDeveloping
v7 v8 23 23 * https://kaukoluwiki.opendfki.de/repos/trunk/kaukolu/ 24 24 25 You have two projects in your workspace 25 You have two projects in your workspace: 26 26 * kaukoluwiki 27 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". The project ''kaukoluwiki'' is some kind of "desktop wiki" (desktop version of ''kaukolu'') which is used by Gnowsis. It uses the basic functionality provided by the "web wiki" (''kaukolu'') and adds extenstions to it. So Gnowsis Kaukoluwiki consits of the core done by the project ''kaukolu'' from opendfki and our own extensions provided by the project ''kaukoluwiki''. The JSP GUI of Gnowsis is a template which is located in the ''kaukoluwiki'' project. 30 30 31 31 Important notes regarding the two projects: … … 33 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 * Features which are important for the "web wiki" and for the "Gnowsis wiki" are provided in ''kaukolu''. 35 36 36 37 == Compiling kaukolu and kaukoluwiki == … … 40 41 * run the build.xml in ''kaukoluwiki'' - target '''dist-fromkaukolu''' 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/. 43 == Be careful when you run the ant files after changes == 44 45 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/.