Changes between Version 5 and Version 6 of KaukoluwikiDeveloping


Ignore:
Timestamp:
10/12/06 15:49:29 (18 years ago)
Author:
sebastian_weber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • KaukoluwikiDeveloping

    v5 v6  
    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 in the project ''Kaukoluwiki''. 
     29The 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''. 
    3030 
    3131Important notes regarding the two projects: 
    3232 * The JSP pages provided by the project ''Kaukolu'' are delivered precompiled in a jar file. 
    3333 * The JSP pages provided by the project ''Kaukoluwiki'' (Gnowsis) are located in a template folder: Kaukoluwiki/service/kaukoluwiki/templates/gnowsis/  
    34  * While Gnowsis is running you can alter these JSP pages in the template folder. On reloading a altered JSP page the current JSP page will be recompiled. 
     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. 
    3535 
    3636== Compiling Kaukolu and Kaukoluwiki == 
    3737 
    3838To 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''' 
    4141 
    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/. 
     42The 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/.