2012/1/12 sebb <seb...@gmail.com>: > 2012/1/12 Sébastien Brisard <sebastien.bris...@m4x.org>: >> Hi Dennis, >> >> 2012/1/12 Dennis Hendriks <d.hendr...@tue.nl>: >>> >>> The online report at the top links to a page with details. >>> >> right under my nose... Sorry for bothering you with futilities. >> >>> >>> The tests use a method only available in Java 6... >>> >> Right. But why neither eclipse (configured to build with Java 1.5), > > Did you also configure the JVM library? > No, I probably didn't. >> nor mvn complains? > > Maven uses the current version of Java unless you use one of the > java-1.x profiles set up for the purpose. > > The compiler source and target settings only affect the syntax and > generate byte-code. > They do not affect the library jars. > I understand: that's why @Override on an interface method are rejected, which gave me a false sense of security. Thanks for that, I'll look into how to configure the libraries as well! Sébastien
>> Sébastien >> >>> Dennis --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org