Skip to content

Building from source

benjaminpick edited this page Jun 13, 2012 · 6 revisions

This project is built via ant.

  1. Check out the repository (or download the source).
  2. Rename build.properties.template to build.properties and adapt the directory paths to your machine.
  3. Assemble the package: ant package (standalone) or ant package-plugin (regain plugin).
  4. If you want to install the regain plugin, use ant deploy-desktop (regain desktop version) or ant deploy-server (regain server version). Follow the output instructions there.
Clone this wiki locally