Newsletter sign-up
View all newsletters

Sign up for our technology specific newsletters.

Enterprise Java
Email Address:

Manage releases, Ant builds, CVS, and Subversion with Antmod

Open source tool eases the build process in Java/JEE projects

Page 2 of 6

Create the .antmodrc file with contents like this:

 antmod.checkoutdir=C:/checkoutdir
antmod.repositories.default=scm:cvs:pserver:user:password@host:/cvs/root



The checkout directory is where Antmod will check the releases for you (Windows users: Note the forward slash). The default repository is used by Antmod to retrieve the available release descriptors (although that is configurable).

Resources