SVN
---
svn repository: https://hattori.svn.sourceforge.net/svnroot/hattori
svn online browse: http://hattori.svn.sourceforge.net/viewvc/hattori
MAVEN 2
-------
The project is configured to use maven 2. It has several report plugins that could be executed with 'mvn site', giving you access to javadocs, testing reports and general quality reports.
Try:
mvn test: to execute all project's tests.
mvn site: to create the project's web site.