> so the TestRunManagerTest$1 is obviously the result of jdk1.6.0_12 messing > up the compilation, right?
Run that $1 class thru JAD and see what the source code looks like. You do know where $1 files usually come from, right (anonymous inner classes) so this is not necessarily an error. But it may be an error that Surefire is trying to run JUnit against those $1 files. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org