-
-
Notifications
You must be signed in to change notification settings - Fork 7
Build
Dannes Wessels edited this page Dec 7, 2013
·
12 revisions
First edit the build.properties and configure the EXIST_HOME location. The directory must contain a compiled instance of eXist-db.
# clone from github
git clone
# download ivy dependency manager
ant setup
# build
ant
ant -projecthelp
Buildfile: ....../messaging-replication/build.xml
Build descriptor for the messaging-replication extension of eXist-db
Main targets:
clean Clean up all generated files
clean-all Reset to clean state
compile Compile java sources
download Download 3d party JAR files
install Install jar files into ${exist.dir}/lib/extensions
jar Create JAR file
prepare Create empty directories
setup Download the Ivy dependency manager
xar Create XAR files
Default target: xar