The THREDDS/CDM code (version 4.3) is now being hosted on GitHub. We recommend reading the free Git Pro book to get started with Git. You will need an account on GitHub.
Follow directions from GitHub to set up Git:
Once you have git installed, clone the current version of thredds:
git clone git://github.com/Unidata/thredds.git
You now have the entire THREDDS/CDM source repository! To build the Netcdf-Java library with ant:
cd thredds/cdm ant clean makeMainComplete
One can also use maven:
cd thredds mvn install
We have also started some Git recipes for Unidata development here:
This document is maintained by John Caron and was last updated November 2011