The Source for Java Technology Collaboration


How to build Rome?

Rome is built using mighty Maven! This is why these instructions are so short:-)

If you don't want to build Rome we'd suggest you download a binary build:-)

Check out from CVS

See Version Control for access intructions and to browse the source from your browser.

Check out the tag version-0-1 for version 0.1. Else checkout the trunk for the development version.

Setup maven

See Installing Maven for details.

Maven automatically downloads dependencies of a project from an online repository.

Build rome.jar

At the command prompt type:

> mvn jar:jar
This will build

rome/target/rome-VERSION.jar

You're good to go.

Build a full binary distribution

> mvn 

Build the project site

> maven site

For Rome developers

Work on Rome using Eclipse

mvn eclipse:eclipse

will setup the Eclipse project for you.

We don't use the site:deploy or dist:deploy targets yet since java.net is not very maven-friendly yet:-)

Topic HowToBuild . { Edit | Ref-By | Printable | Diffs r6 < r5 < r4 < r3 < r2 | More }
 XML java.net RSS

Revision r6 - 13 Aug 2009 - 13:56:19 - Main.priyankrajsharma
Parents: WebHome > Rome