Changes between Version 16 and Version 17 of ISOcat


Ignore:
Timestamp:
08/28/12 11:43:22 (12 years ago)
Author:
mwindhouwer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ISOcat

    v16 v17  
    22
    33''Responsible for this page: [wiki:mwindhouwer Menzo Windhouwer].''
    4 ''Last content check: 27-08-2012''
     4''Last content check: 28-08-2012''
    55
    66{{{
     
    108108   }}}
    109109
    110 
    111110 ''ISOcat development-only !NetKernel modules''
    112111 * checkout the ISOcat !NetKernel modules from [[source:cats/ISOcat/trunk]] in your ISOcat source code folder
     
    137136
    138137 ''ISOcat !NetKernel modules''
    139 
    140138 * download the [[http://ostermiller.org/utils/|Ostermiller Java Utilities]]
    141139 * create a {{{local-props.xml}}} file in the {{{path-to-ISOcat/mod-ISOcat-utils}}} folder specifying the location of !NetKernel and the Ostermiller Java Utilities
     
    150148   }}}
    151149 * run {{{ant}}} in the top ISOcat folder
    152  
     150 * add the following (adapt the path to point to your ISOcat source directory) to the end (before {{{</modules>}}}) of {{{path-to-1060-NKSEDK-3.3.1/etc/deployedModules.xml}}} to enable these modules
     151   {{{
     152<module>/path-to-ISOcat//mod-ISOcat-utils</module>
     153<module>/path-to-ISOcat/mod-ISOcat-documentation</module>
     154<module>/path-to-ISOcat/mod-ISOcat-access-data</module>
     155<module>/path-to-ISOcat/mod-ISOcat-access-system</module>
     156<module>/path-to-ISOcat/mod-ISOcat-manage-system</module>
     157<module>/path-to-ISOcat/mod-ISOcat-manage-access</module>
     158<module>/path-to-ISOcat/mod-ISOcat-manage-balloting</module>
     159<module>/path-to-ISOcat/mod-ISOcat-manage-user</module>
     160<module>/path-to-ISOcat/mod-ISOcat-manage-group</module>
     161<module>/path-to-ISOcat/mod-ISOcat-manage-dcs</module>
     162<module>/path-to-ISOcat/mod-ISOcat-manage-dc</module>
     163<module>/path-to-ISOcat/mod-ISOcat-manage-tdg</module>
     164<module>/path-to-ISOcat/mod-ISOcat-manage-dm</module>
     165<module>/path-to-ISOcat/mod-ISOcat-control-session</module>
     166<module>/path-to-ISOcat/mod-ISOcat-control-access</module>
     167<module>/path-to-ISOcat/mod-ISOcat-interface-gi</module>
     168<module>/path-to-ISOcat/mod-ISOcat-interface-rest</module>
     169<module>/path-to-ISOcat/mod-ISOcat-site</module>
     170   }}}
    153171----
    154172== Interfaces ==