On Thu, May 21, 2009 at 5:23 PM, Matthew Toseland <toad at amphibian.dyndns.org> wrote: > On Thursday 21 May 2009 03:53:04 you wrote: >> XMLLibrarian on downloads.freenetproject.org was compiled with Java 6 >> and emitting UnsupportedClassVersionError. >> Please recompile it with Java 5 and update the binary. >> > It was compiled with your plugin build script iirc. Please update the build > script for all the plugins to use java 5.
I have just updated with target="1.5" at 222d686 HOWEVER, you should always build with a 1.5 JDK. This is the only way to ensure it does not use any Java 6 specific API (accidentially). --
