I did have some problems sending a report through msn about a build with luntbuild. It turns out that the library used for msn uses an old protocol. There is a jar file in the directory WEB-INF/lib called msnm.jar. You
Code coverage with cobertura and luntbuild
Yesterday I was reading other blogs and I came across a code coverage product. About 2 years ago I also was looking for a free opensource code coverage tool. It was GroboCodeCoverage that I found. This tool just did not
Using apache commons-pool project
For a project I had a look at the apache commons-pool project.. Pooling consists of two parts that enable you to separate the creation and destroying of objects and the pooling of objects: 1. An object pool – Obtains objects
Mockobjects with easymock
Today I started experimenting with dynamic mock objects. I am trying out the http://www.easymock.org library. It is not really hard to start using it. Oke, now tell me what it does. Easy mock takes an interface and creates an object.
Continuous Integration and Luntbuild
Yesterday was a Continuous Integration day. I am pretty familiar with tools like apache ant and Cruisecontrol. But these tools just don’t cut it. I don’t like the website that you use with cruisecontrol and Maven is becoming more popular