Month: October 2008

  • Es schneit in London

    Man sollte es kaum für möglich halten, aber es schneit:

  • buildobjects 0.1 released

    I have just uploaded the first very alpha release of buildobjects. buildobjects provides building blocks to implement your build process in java. It also introduces the idea of the Tasklet, that might be used for scripting tasks using java.

  • Thread Police for your Unit Tests

    Writing the new ant I stumbled across the problem of test cases leaving threads behind, after returning control to the runner. My trusted colleague and JUnit Runner expert Mark Burnett and I, knocked up a quick and dirty junit runner that actually allows you to spot such a condition. Consider the following testcode: @Test public…