JUnitExt 0.2.0 has been released today. No really new features, but
updated to use JUnit 4.1 now. Small doc enhancements and improved build
process.
I just started to check, whether JUnit 4 can be backported to JDK 1.4
using RetroWeaver. Due to a new RetroWeaver release which will support
annotations including access via reflection, I wrote some scripts to
weave JUnit 4 together woth RetroWeaver. At the end, I fall into bugs
of RetroWeaver, see
https://sourceforge.net/tracker/?func=detail&atid=637380&aid=1562317&group_id=104240.
For more details see ant scripts below src-jdk14.
Much fun.
Bye, Jochen