Changing the log level with Pax Exam
I am currently working with Pax Exam to test a tiny OSGi application. This tool comes with two log configurations: one for the driver (what launches the test process) and one for the container. The fact is that the log outputs I had in my tests were quite important and detailed. By default, Pax Exam […]
Updating Copyright Mentions with Eclipse
There is one thing I try to take care of every year: update the copyright mentions in the source code of my open source projects. I could do this just when I modify a source file. But I never think about checking it, and this is painful. The best solution is to update these mentions […]