Skip to end of metadata
Go to start of metadata
Table of Contents

Building from source

Prerequisites

Maven: http://maven.apache.org/
JDK 1.5 or higher: http://www.javasoft.com/

Checking out the source

The current development version of eHour can be checked out from the Github with:

Alternatively older releases are still in SVN at http://svn.te-con.nl/repos/ehour/tags/.

Building from the source

Building is as easy as issuing:

Profiles were refactored as of version 0.8.4, the following profiles only apply to 0.8.4 and later

for version 0.9 and later no profile needs to be specified, mvn clean install should be enough

 

A number of different profiles should be selected, for each row select one of the alternatives

Alternative

Alternative

Alternative

Description

dev

prod

 

Choose between development or production environment.

war

standalone

 

Choose between building the WAR or the standalone version

mysql

postgresql

derby

Choose which database to use

Labels: