In the last days I spent a few hours refactoring the WhiteCat source tree in order to be compliant with Apache Maven. Now it is possible to download the tree and have Maven to compile and run the test suite without having to worry about manually set up dependencies and jar files.

To compile the tree just type

mvn compile
while to run all the tests just run

mvn test

It is worth noting that this refactoring has allowed me to discovered a few bugs that have been fixed.

The article WhiteCat & Maven has been posted by Luca Ferrari on June 13, 2011