Hi All I've just checked out and built the latest version of Felix from svn as per the instructions at:
http://felix.apache.org/site/building-felix.html When I look at the final compiled org.apache.felix.http.jetty-2.0.5-SNAPSHOT.jar with javap, I see that this has been compiled with the 1.4 compiler i.e. javap -verbose gives me: minor version: 0 major version: 48 I've tried to locate where this is set in the POM files, but does anyone happen to know how I can change this to compile under 1.5/1.6? Thanks Bruce