Hi, On Wed, Sep 14, 2011 at 6:50 PM, Apache Jenkins Server <[email protected]> wrote: > The Apache Jenkins build system has built Jackrabbit-trunk (build #1652) > > Status: Failure > > Check console output at https://builds.apache.org/job/Jackrabbit-trunk/1652/ > to view the results.
That's pretty interesting... Apparently there's a difference in how Java 5 and Java 6 compile enum types. I think I used Java 6 when releasing Jackrabbit 2.2.0, and as a result the new clirr checks (see JCR-3073) flag a backwards incompatible enum type change when the latest trunk is compiled with Java 5. No problems are reported when building on Java 6. I worked around this in revision 1170711 by simply excluding the troublesome enum types from the clirr checks. BR, Jukka Zitting
