This procedure is for those building [fleXive] from the source code.
Fetch the current source code:
svn co http://svn.flexive.org/repository/flexive/trunk flexive-trunk
Copy the
build.properties.sample
file located in the root directory of the checked out sources (flexive-trunk) to
build.properties
.
Configure your datasource in
build.properties
and execute
ant db.update all
.
This will recreate the database schema to be used (default: flexive).
To build and deploy the ear execute
ant build-deploy
.
Don't forget to set the
deploy.ear.path
in
build.properties
file properly!
Note: to successfully compile [fleXive] JAVA 1.6 and Apache ANT 1.7 is needed
Be also sure to set the
JDK_HOME
and
JAVA_HOME
variables accordingly as explained in section
Prerequisites.