Quick Start
Follow the steps below to be up and running within minutes.
For more details refer to the
Installation manual.
Steps
- Pre-requisites: Make sure you have Java 1.4.2+, Ant 1.6.1+ and CVS/Subversion installed
- Install: Unpack the download in a directory, set
ANTMOD_HOME to it, and add ${ANTMOD_HOME}/bin to your PATH
- Configure: Create "${HOME}/.antmodrc" with contents like this:
antmod.checkoutdir=/path/to/checkoutdir
antmod.repositories.default=scm:cvs:pserver:user:password@host:/cvs/root
- Repository: Run "antmod setuprepos", and "antmod createrelease"
- Release descriptor: Edit the created release in
${antmod.checkoutdir}/antmod-releases/releasename/dev.xml
- Modules: Run "antmod createmodule" for new modules, and then do "antmod checkout"
- Work with release: "cd ${antmod.checkoutdir}/<releasename>" and use the release build targets
- Work with modules: "cd <somemodulename>" and use the module build targets
- More info: Read the User Guide and use the Reference for more details