Changes between Version 16 and Version 17 of HowToCompile
- Timestamp:
- 11/07/13 08:49:05 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToCompile
v16 v17 1 1 = 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 3 You don't need to build or use the !GeoNetwork installer; you can build directly from the source code. 4 4 5 == GeoNetwork build 2.6.5, 2.8.x and after == 5 6 {{{ … … 45 46 you need to build the system and initialize the database. 46 47 47 48 48 1. Run `ant` in the top level (no need to type `ant all`; the default build does the same thing). 49 49 1. Change to the `bin` directory … … 62 62 63 63 == 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: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: 65 65 * name of the lib to buld 66 66 * directories to look into … … 72 72 sudo easy_install jstools 73 73 }}} 74 * jsbuild directory, run jsbuild utility. This will create geo-libs.js files used by GeoNetwork74 * jsbuild directory, run jsbuild utility. This will create geo-libs.js files used by !GeoNetwork 75 75 {{{ 76 76 jsbuild -o ../web/geonetwork/scripts/geo full.cfg