A new version of XMPCore compiled for JDK 1.5 has been uploaded to Maven Central: 5.1.2
Regards Jörg -----Original Message----- From: Jukka Zitting [mailto:[email protected]] Sent: Dienstag, 3. Juli 2012 00:49 To: [email protected] Subject: Re: Build failed in Jenkins: Tika-trunk #888 Hi, On Mon, Jul 2, 2012 at 6:57 PM, Apache Jenkins Server <[email protected]> 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/j > ava/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
