Sean Schofield schrieb:
That's an old URL. You can checkout current as Werner suggests or if
you want minimal source code you could checkout the maven/trunk and
tomahawk/trunk. You'll need to build maven first using mvn install.
Then tomahawk.
All of the projects are built as maven snapshots (on the hour if
necessary.) So you its now possible to checkout just tomahawk and
build it against the snapshot jars (instead of having to compile api,
commons, etc.) Pretty sweet if you ask me.
also if you use eclipse, after you have done the first mvn:install
do an mvn eclipse:eclipse
and then do a project import of the root project into eclipse and voila
you have a working eclipse project configuration.
(although the commons project throws an error in subclipse that the svn
url cannot be resolved the others work fine)