Re: diagnosing class version errors

2007-07-17 Thread Mark Derricutt
I did try with -X (and the output was in the original message) - however the process I see being forked doesn't match that classpath: [DEBUG] Test Classpath : [DEBUG] /Users/amrk/IdeaProjects/dbng/dbng-core/target/classes [DEBUG] /Users/amrk/IdeaProjects/dbng/dbng-core/target/test-classes [DE

RE: diagnosing class version errors

2007-07-16 Thread Terala, Satish \(IS Consultant\)
Try running maven with -X option. This will print out the exact classpath thats being set at compile/runtime. This seems to be case of an incompatible jar on JDK5. From: Mark Derricutt [mailto:[EMAIL PROTECTED] Sent: Mon 7/16/2007 6:25 AM To: Maven Users Li