Hi,
anyone here that likes to help in getting junit4 support for maven? Currently I modifed JUnitTestSet to use JUnitCore from junit4 to run the tests directly. I thought this is a nice way to get all the annotation stuff working (@Before, timeout=xx) and it works. At least it runs some exemplary tests. The problem is now that surefire's reporting classes expect information which is not provided by junit's RunListner. So no good logs/reports can be created. :-( Additionally surefire's POJO approach collides with junit4. So how can we proceed here? thanks Bernd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
