To build ediarum web ANT is used (see https://ant.apache.org/manual/).
After cloning the repo some adjustments have to be made:
-
Set your system properties in
project.properties
:-
Add an empty file
project.properties
to.
. -
Add the following lines with the parameters of your system:
exist.dir=/eXist-db-5-2-0
-
-
You have to install the antcontrib library (http://ant-contrib.sourceforge.net/)
- Download from: https://sourceforge.net/projects/ant-contrib/files/ant-contrib/ant-contrib-1.0b2/ant-contrib-1.0b2-bin.zip/download
- Unpack
ant-contrib
folder to./lib/ant-contrib
.
To build the app one can use the command:
ant build-xar