The best way to keep up with the latest changes to our project is to download the code from CVS. Here are some instructions for getting/viewing the code in CVS:
Anonymous CVS Access
The Milyn source can be checked out anonymously by setting CVSROOT to:
:pserver:anonymous@cvs.milyn.codehaus.org:/cvs/milyn
You can then checkout any of the modules using the "anonymous" login with a blank password (just press return).
The module names are:
- "./" (for everything)
- "smooks-core"
- "smooks-cartridges"
- "tinak"
- "magger"
- "commons"
If you intend building any of these components with the supplied Maven build scripts, be aware that there's a Maven project hierarchy in place. The root Maven build files are in "./". This means that in order to build any of these components using the supplied Maven build scripts, you need to done one of the following:
- Checkout everyhting (i.e. "./"), or
- Checkout the component of interest (e.g. "smooks-core") and checkout the root folder (i.e. "./") non-recursively.
CVS Browsing
FishEye allows you to browse the CVS repository through your browser.