|
Getting the build process running for Flock is remarkably easy, thanks to Maven. Here's what you need to do:
-
Check out module "flock" from the CVS repository (anonymous).
Further details
are provided on SourceForge.
-
Download
and unzip Maven.
-
Set up the neccessary environment variables (JAVA_HOME, MAVEN_HOME), put the maven/bin directory in your PATH...
-
From the flock root directory (where project.xml is), run "maven war" -
this will download all sorts of dependecies and finally build flock.war in the "target" subdirectory.
-
Copy/deploy flock.war into your servlet container (eg. the Jetty).
Congratulation, you've got the fresh code of flock as an eclipse project !
|