Lucane is build with maven.
Tested versions
- maven 1.0rc1
(more recent should also work)
Installing maven
- Untar maven. It should create a 'maven-1.0-rc1' directory.
- We will call this directory $MAVEN_HOME
That's all !
Compiling Lucane
- If $MAVEN_HOME/bin is in your path, simply type 'maven' in the Lucane directory.
- It will (hopefully) generate a 'dist' directory containing server, client and proxy
The available of maven goals are :
- clean-lucane : remove generated classes
- build-lucane : compile lucane
- mkdist-lucane (default) : generate the dist directory
- mkwinsetup-lucane : generate a windows installer
- site-lucane : create a simple site with various reports