Changes between Version 16 and Version 17 of HowToCompile


Ignore:
Timestamp:
Nov 7, 2013, 8:49:05 AM (10 years ago)
Author:
ticheler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToCompile

    v16 v17  
    11= How to compile !GeoNetwork =
    2 You don't need to build or use the !GeoNetwork installer;
    3 you can build directly from the source code.
     2
     3You don't need to build or use the !GeoNetwork installer; you can build directly from the source code.
     4
    45== GeoNetwork build 2.6.5, 2.8.x and after ==
    56{{{
     
    4546you need to build the system and initialize the database.
    4647
    47 
    4848 1. Run `ant` in the top level (no need to type `ant all`; the default build does the same thing).
    4949 1. Change to the `bin` directory
     
    6262
    6363== JS build ==
    64 Some javascript files are minified and concatenated scripts from !JavaScript libraries using [http://projects.opengeo.org/jstools/wiki/jsbuild jsbuild] process. Actually only OpenLayers, GeoExt and extent map editor is using this process. The file full.cfg defines:
     64Some javascript files are minified and concatenated scripts from !JavaScript libraries using [http://projects.opengeo.org/jstools/wiki/jsbuild jsbuild] process. Actually only !OpenLayers, !GeoExt and extent map editor is using this process. The file full.cfg defines:
    6565 * name of the lib to buld
    6666 * directories to look into
     
    7272sudo easy_install jstools
    7373}}}
    74  * jsbuild directory, run jsbuild utility. This will create geo-libs.js files used by GeoNetwork
     74 * jsbuild directory, run jsbuild utility. This will create geo-libs.js files used by !GeoNetwork
    7575{{{
    7676jsbuild -o ../web/geonetwork/scripts/geo full.cfg