| 29 | |
| 30 | There is also available script called [source:grass-addons/tools/addons/compile-xml.sh] which compiles GRASS AddOns modules for GRASS 6 and GRASS 7 and creates XML metadata file. This script simply calls `compile.sh` and `build-xml.py`. When running this script the main log files is stored to `~/grass<version>/addons/make.log` and each modules logs to `~/.grass<version>/addons/log/<module>.log`. Beside that the script also print basic information about progress to standard output |
| 31 | |
| 32 | {{{ |
| 33 | At revision 49265. |
| 34 | ----------------------------------------------------- |
| 35 | AddOns '/home/landa/.grass7/addons'... |
| 36 | ----------------------------------------------------- |
| 37 | Compiling d.mon2... SUCCESS |
| 38 | Compiling i.points.auto... SUCCESS |
| 39 | ... |
| 40 | Compiling v.unpack... SUCCESS |
| 41 | ----------------------------------------------------- |
| 42 | AddOns '/home/landa/.grass6/addons'... |
| 43 | ----------------------------------------------------- |
| 44 | Compiling d.barb... SUCCESS |
| 45 | Compiling d.edit.rast... SUCCESS |
| 46 | ... |
| 47 | Compiling v.what.rast.buffer... SUCCESS |
| 48 | ----------------------------------------------------- |
| 49 | Creating XML file '/home/landa/.grass7/addons/modules.xml'... |
| 50 | ----------------------------------------------------- |
| 51 | Parsing <d.mon2>... SUCCESS |
| 52 | Parsing <i.points.auto>... SUCCESS |
| 53 | ... |
| 54 | Parsing <v.unpack>... SUCCESS |
| 55 | ----------------------------------------------------- |
| 56 | Creating XML file '/home/landa/.grass6/addons/modules.xml'... |
| 57 | ----------------------------------------------------- |
| 58 | Parsing <d.barb>... FAILED |
| 59 | Parsing <d.edit.rast>... SUCCESS |
| 60 | ... |
| 61 | Parsing <v.what.rast.buffer>... SUCCESS |
| 62 | }}} |
| 63 | |