Skip to content
Dannes Wessels edited this page Mar 12, 2014 · 4 revisions

To build the extension 'ant' is required. The build script requires an eXist-db instance to be available; configure the EXIST_HOME location in the build.properties file.

Sources of the extension can be downloaded from GitHub using a 'git' client or via the 'Download ZIP' button on the GitHub repository page.

Build instructions:

# download 'ivy' extension
ant setup

# build extension into 'dist'
ant

The generated files can be deleted via

# delete all build results
ant clean
Clone this wiki locally