Hi, On Mon, Nov 1, 2010 at 3:03 AM, Apache Hudson Server <[email protected]> wrote: > See <https://hudson.apache.org/hudson/job/Tika-trunk/changes>
That's a "java.lang.UnsupportedClassVersionError: Bad version number in .class file" error caused by the new NetCDF jar. It's apparently compiled for Java 6 or higher, which causes problems for our Java 5 CI build. As a quick fix I'd just make the NetCDF tests conditional on the JVM version, but a better solution would be to ask the NetCDF team to release a Java 5 version of the library. I don't think the time is right yet for upgrading Tika's platform requirement from Java 5 to 6. BR, Jukka Zitting
