On Tue, Oct 30, 2012 at 2:37 PM, Julian Reschke <[email protected]> wrote: > On 2012-10-29 21:14, Apache Jenkins Server wrote: >> >> See <https://builds.apache.org/job/Jackrabbit-2.2/93/changes> >> >> Changes: >> >> [reschke] JCR-3439: let PrincipalManagerImpl.CheckedGroup implement >> JackrabbitPrincipal (also improve equals() method) (ported to 2.2) >> ... > > > FWIW, the Jenkins build was failing before, and it works correctly on both > my dev machines; does anybody know what's wrong with the Jenkins build?
It's a java 1.5 versus java 6 issue. It builds fine for me with java 6 but fails with the same error with 1.5. Bart
