next up previous contents
Next: 4 Ant commands Up: JOTM Installation Guide Previous: 2 Prerequisites   Contents

Subsections


3 Installing JOTM

JOTM is available under three configurations:


3.1 From a package

JOTM packages can be downloaded from JOTM download page (http://www.objectweb.org/jotm/download/).
To install JOTM from a package, unzip the file with gunzip and tar on Unix systems and winzip on Windows.
This will create a new directory jotm-x.y.


3.2 From CVS

CVS provides network-transaparent source control for groups of developers (more info at http://www.cyclic.com).
Working with CVS allows you to do things like cvs status or cvs diff and any other read-only CVS command.
To get JOTM from CVS, type:
cvs -d:pserver:anonymous@cvs.jotm.forge.objectweb.org:/cvsroot/jotm login
$ CVS password: [type Enter]
cvs -z3
-d:pserver:anonymous@cvs.jotm.forge.objectweb.org:/cvsroot/jotm co -P jotm
This will create a working repository of JOTM in the jotm/ directory


3.3 Test suite

If you want to test JOTM, you'll have to download Junit (see JUnit) and JOTM test suite. At the moment, the test suite is available only by CVS.
To get it, from the same directory you checked out JOTM, type:
  $ cvs -d :pserver:anonymous@cvs.objectweb.org:/cvs/JOTM co -P test
This will create a working repository of JOTM test suite in the test/ directory (at the same level than the jotm/ directory).
For more info, see ``JOTM Test Suite Guide'' (http://www.objectweb.org/jotm/doc/).


3.4 Web site

JOTM web site (http://www.objectweb.org/jotm/) is constructed from XML pages which are kept in its CVS repository.
To get them, from the directory you checked out JOTM, type:
$ cvs -d :pserver:anonymous@cvs.objectweb.org:/cvs/JOTM co -P web
This will create a working repository of JOTM web site in the web/ directory.
For more info, see ``ObjectWeb website guideline'' (http://www.objectweb.org/architecture/infrastructure/guideline/).


next up previous contents
Next: 4 Ant commands Up: JOTM Installation Guide Previous: 2 Prerequisites   Contents
Jeff Mesnil 2003-07-30