Building from source

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 SVN repo with:

svn co http://svn.te-con.nl/repos/ehour/trunk

Alternatively older releases can be found at http://svn.te-con.nl/repos/ehour/tags/.

Building from the source

Building is as easy as issuing:

mvn install -Pmysql -Pdev -Pwar
Profiles were refactored as of version 0.8.4, the following profiles only apply to 0.8.4 and later

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
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.