On Nov 7, 2006, at 17:24 , Harold CAPITAINE wrote:
I think you're probably using java 1.4.2.xxx
And the tests of magnolia need java 1.5.xxx
So instead of doing
mvn install
do this
mvn install -Dmaven.test.skip=true
And the tests will be skipped.
If that was the case, the tests would not even compile. This is a
runtime exception, hence I'm suspecting either a bad jvm
installation, or the classes were compiled with 1.5 and Ryan is then
trying to execute them with 1.4
without doing a clean build.
Just my 2c,
g
ps: http://www.catb.org/%7Eesr/faqs/smart-questions.html
+ mentioning your environment and how you got the error would
help and save time to everyone. Using Google, too, as this error
message is ultra typical of 1.5 vs 1.4 clashes issues.
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------