Getting Started
Quick Start
This Quick Start section gets you up and running within minutes. If you are really in a rush, you can try and follow these fast-track steps. If one of these fast-track steps is unclear, or gives you trouble, refer to the complete Getting Started documents below.

You need Java 1.4.2+, Ant 1.6.1+ and CVS/Subversion installed
Unpack the download in a directory, set ANTMOD_HOME to it, add ${ANTMOD_HOME}/bin to your PATH
Create "${HOME}/.antmodrc":
antmod.checkoutdir=/path/to/checkoutdir
antmod.repositories.default=scm:cvs:pserver:user:password@host:/cvs/root
Run "antmod setuprepos", and "antmod createrelease"
Edit the created release in ${antmod.checkoutdir}/antmod-releases/releasename/dev.xml
Run "antmod createmodule" for new modules, and then do "antmod checkout"
"cd ${antmod.checkoutdir}/<releasename>" and use release build targets
"cd <somemodulename>" and use module build targets
Overview of Getting Started documents
Document Description
Install After you have downloaded Antmod, you need to install and configure this on your system properly. This document lists the few steps required to get Antmod ready for use.
Define a Release Before you can use Antmod with your project, you need to define what it consists of using a release descriptor. This document explains how the antmod createrelease command works and what else you need to do.
Using Antmod This document explains how to work with Antmod when working on any release.