|
|
Getting the build process running for Moblogger is remarkably easy, thanks to Maven. Here's what you need to do:
-
Check out module "moblogger" 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 moblogger root directory (where project.xml is), run "maven jar" -
this will download all sorts of dependecies and finally build moblogger.jar in the "target" subdirectory.
-
Edit conf/agentsettings.xml and start moblogger using bin/runagent.bat.
Congratulation, you've got the fresh code of moblogger as an eclipse project!
|