You need to make sure you meet the following prerequisites before starting with this quick start guide:
${JAVA_HOME}/bin is in your PATH environment variable.
${ANT_HOME}/bin is in your PATH environment variable.
cvs or svn is in your PATH environment variable.
CVSROOT environment variable set.
You can also work with a repository on your local machine
(see "creating a CVS repository"
or "Subversion repository creation").
ANTMOD_HOME environment variable to the directory where you just unpacked the install archive.
Add ${ANTMOD_HOME}/bin to your PATH environment variable.
%HOMEPATH%), containing:
# the directory where you want each release to be checked out by Antmod
antmod.checkoutdir=/path/to/checkoutdir
# define a repos called "default"
# CVS examples: scm:cvs:pserver:user:password@host:/cvs/root
# Subversion example: scm:svn:http://host.example.com/path/to/svn,
antmod.repositories.default=<url>
If the default repository has not been used with Antmod before, it needs to be setup first.
This means that you need to create a "releases" and a "javalib" module in it.
Doing this is very easy: run "antmod setuprepos" and it will interactively guide you through the process and create the "releases" and "javalib" modules in CVS or Subversion.