Changes between Version 7 and Version 8 of KaukoluwikiDeveloping


Ignore:
Timestamp:
10/12/06 16:09:31 (18 years ago)
Author:
sebastian_weber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • KaukoluwikiDeveloping

    v7 v8  
    2323 * https://kaukoluwiki.opendfki.de/repos/trunk/kaukolu/ 
    2424 
    25 You have two projects in your workspace 
     25You have two projects in your workspace: 
    2626 * kaukoluwiki 
    2727 * kaukolu 
    2828 
    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''. 
     29The 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. 
    3030 
    3131Important notes regarding the two projects: 
     
    3333 * The JSP pages provided by the project ''kaukoluwiki'' (Gnowsis) are located in a template folder: kaukoluwiki/service/kaukoluwiki/templates/gnowsis/  
    3434 * 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''. 
    3536 
    3637== Compiling kaukolu and kaukoluwiki == 
     
    4041 * run the build.xml in ''kaukoluwiki'' - target '''dist-fromkaukolu''' 
    4142 
    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 
     45The 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/.