Here is what the Torque directory structure looks like in CVS:
madcaching/
src/ <--- sources
target/ <--- result of build
test/ <--- junit tests
xdocs/ <--- docs for runtime in anakia xml format
madcaching-sample/
src/ <--- sources
target/ <--- result of build
test/ <--- junit tests
webapp/ <--- jsps and web configurations
The MadCaching build process uses Maven.
To build MadCaching jar, execute maven in
the madcaching root directory (maven
jar:install to install a copy of the jar in your local Maven
repository).
To build and madcaching-sample, execute maven in the madcaching-sample directory.