Grid Jcommons is a library that contains classes that are used by several (not only Grisu) grid client applications and libraries.
In order to build Grid Jcommons from the git sources, you need:
- Sun Java Development Kit (version ≥ 6)
- git
- Apache Maven (version >=2)
git clone git://github.com/grisu/grid-jcommons.git
To build one of the above modules, cd into the module root directory of the module to build and execute:
cd grid-jcommons
mvn clean install