You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
# delete all build results
ant clean