Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 78791 invoked from network); 22 Jan 2010 16:49:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jan 2010 16:49:52 -0000 Received: (qmail 2570 invoked by uid 500); 22 Jan 2010 16:49:51 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 2481 invoked by uid 500); 22 Jan 2010 16:49:51 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 2464 invoked by uid 99); 22 Jan 2010 16:49:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jan 2010 16:49:51 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chris.custine@gmail.com designates 209.85.216.187 as permitted sender) Received: from [209.85.216.187] (HELO mail-px0-f187.google.com) (209.85.216.187) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jan 2010 16:49:40 +0000 Received: by pxi17 with SMTP id 17so1891485pxi.30 for ; Fri, 22 Jan 2010 08:49:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=CELl9z2Lyp/B0XKf8UOJid5FGzWDLj1UhLBz9hGvqAM=; b=vB3/FCs8hu1uIcFI5AfHbPa8Y88y2v0Fsg82tv24zmrLnvUHW0KLxG9G3XkBelT8eo 6X7Sz1/kxRiBZ1ZjMuWcOJ/gVLtuO7cHcefghnyqbhzBbSTLhww0zAlduhPtIWwej64S tXPUPPisGzXcDI5tYN93Mfk97Wef073JkCo9I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=MWjLZSskf1Mb5Y/fg5ZFmo9TKcpeodLNQXweJkCVh79GXic1zMECheiXR7sxfQNapl dQUn0L7OEiOjcrAaML/9LOxFDDnBrwzQVzOB9nzgehKbZGCjD6UyCpYgXgvd4lX0I3aL xkm6m7Rj4VOCSbfBLfk91nQjFYFLuycof7aV4= MIME-Version: 1.0 Received: by 10.143.153.36 with SMTP id f36mr1546229wfo.186.1264178959050; Fri, 22 Jan 2010 08:49:19 -0800 (PST) In-Reply-To: References: From: Chris Custine Date: Fri, 22 Jan 2010 09:48:58 -0700 Message-ID: <43b026c71001220848p5766cd5fi11506067efefb808@mail.gmail.com> Subject: Re: Felix under 1.5 and Jetty To: dev@felix.apache.org Content-Type: multipart/alternative; boundary=001636e0b968c967e5047dc39941 X-Virus-Checked: Checked by ClamAV on apache.org --001636e0b968c967e5047dc39941 Content-Type: text/plain; charset=ISO-8859-1 Just add this to the plugins section of the pom.xml: org.apache.maven.plugins maven-compiler-plugin 1.5 1.5 Looks like almost all modules already do this individually, so this should probably be moved to the parent at some point. Chris -- Chris Custine FUSESource :: http://fusesource.com My Blog :: http://blog.organicelement.com Apache ServiceMix :: http://servicemix.apache.org Apache Felix :: http://felix.apache.org Apache Directory Server :: http://directory.apache.org On Fri, Jan 22, 2010 at 9:41 AM, Jackson, Bruce wrote: > 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 > > --001636e0b968c967e5047dc39941--