* I am aware of the various task libraries out there. For internal reasons, I need my own task, even if already out there. I've written a simple custom msbuild task to concatenate some text files to ...
The NetBeans IDE provides JUnit integration that can be very handy when writing and running JUnit-based unit tests. However, I like to be able to do anything I might do often outside of the IDE as ...