Hi, On Mon, Jul 2, 2012 at 6:57 PM, Apache Jenkins Server <jenk...@builds.apache.org> wrote: > [ERROR] COMPILATION ERROR : > mojoFailed > org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile)[INFO] > ------------------------------------------------------------- > [ERROR] > <https://builds.apache.org/job/Tika-trunk/ws/trunk/tika-xmp/src/main/java/org/apache/tika/xmp/convert/ITikaToXMPConverter.java>:[25,-1] > cannot access com.adobe.xmp.XMPException > bad class file: > /home/jenkins/jenkins-slave/maven-repositories/1/com/adobe/xmp/xmpcore/5.1.1/xmpcore-5.1.1.jar(com/adobe/xmp/XMPException.class) > class file has wrong version 50.0, should be 49.0
Hmm, looks like Java 6 is needed for the xmpcore dependency. For now I simply solved this issue by moving the tika-xmp module to a separate java6 profile in revision 1356510, but I think we need some better solution going forward. BR, Jukka Zitting