Retrieving blojsom's Source Code
blojsom is hosted on the SourceForge site. You may visit the blojsom project page
.
blojsom's source code is available for browsing via the web
.
You may retrieve the current source code for blojsom 2.x using CVS.
 | Anonymous CVS Access
cvs -d:pserver:anonymous@blojsom.cvs.sourceforge.net:/cvsroot/blojsom login
cvs -z3 -d:pserver:anonymous@blojsom.cvs.sourceforge.net:/cvsroot/blojsom co -P blojsom-2.0 |
 | Checking Out a Specific Version of blojsom
cvs -d:pserver:anonymous@blojsom.cvs.sourceforge.net:/cvsroot/blojsom checkout -r vblojsom-2_23-final blojsom-2.0 |
Building blojsom's Source Code
blojsom requires Java 2 Standard Edition (J2SE) 1.4 to compile.
blojsom also uses Ant
for building its various components. After downloading and installing Ant, you may execute one of blojsom's build targets. Useful targets are:
- compile
- compile-addon
- war
- javadoc