Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 92412 invoked from network); 30 Apr 2009 04:06:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Apr 2009 04:06:44 -0000 Received: (qmail 44954 invoked by uid 500); 30 Apr 2009 04:06:43 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 44845 invoked by uid 500); 30 Apr 2009 04:06:43 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 44835 invoked by uid 99); 30 Apr 2009 04:06:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2009 04:06:42 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of wsmoak@gmail.com designates 209.85.221.116 as permitted sender) Received: from [209.85.221.116] (HELO mail-qy0-f116.google.com) (209.85.221.116) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Apr 2009 04:06:34 +0000 Received: by qyk14 with SMTP id 14so3119437qyk.14 for ; Wed, 29 Apr 2009 21:06:14 -0700 (PDT) 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 :content-transfer-encoding; bh=3IlUdGJqQVpzMD4EyIHH2F3+v4iYSFeaP2yBOBbyK1o=; b=nIDWb/DZv6wk6YwkN9OjK9hUamtcQLOXuXr5pm13EbiSd6GYEvQ47Rh8Qsxj77k/ik 2tPb0LMXShAdCyT7cSlWd+oeqAWXQMA9DEtQsaFHYaT5zvlt3v+LbgoYntQofwYCKRQQ s60ey2uky1Qw5rv11AFQRGXCxMXVNwFrOcd6E= 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:content-transfer-encoding; b=W4QGwGAOWwhl2APzax7on+6dxpXuYApkLOFO3TSKLtmgHtJZo8IQMAp1wBZOpBrx2/ H1kaSAUOU7xpE2ghaSf9cZ+QutgO3kj+OMnpkiaRvL8hWfg+Xyg9i9CqaAu9TX1M+JQR 9zs+7mFEPmo/5wdOP5/+jrJgdo/l7h9SZkyjE= MIME-Version: 1.0 Received: by 10.224.67.203 with SMTP id s11mr1385040qai.198.1241064374038; Wed, 29 Apr 2009 21:06:14 -0700 (PDT) In-Reply-To: <49F919B5.3050707@commonjava.org> References: <49F919B5.3050707@commonjava.org> From: Wendy Smoak Date: Wed, 29 Apr 2009 21:05:54 -0700 Message-ID: Subject: Re: 2.2.0 and JDK 1.5 To: Maven Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Apr 29, 2009 at 8:23 PM, John Casey wrote: > Assuming we require JDK 1.5 for Maven 2.2.0, I don't know how to tell users > to build projects that require JDK 1.4, using a JDK 1.4 compiler. From what > I've been able to find, the toolchains stuff isn't used by any released > plugin versions, which means we'd have to release these plugins before we > could support that use case in a 2.2.0/1.5+ world. > > Can somebody please help me out with this? How do we support the 1.4 use > case if we require JDK 1.5+ in Maven itself? It's possible now, but ugly... http://maven.apache.org/plugins/maven-compiler-plugin/examples/compile-using-different-jdk.html I'd guess those users will want to stay on 2.0 or 2.1 until the rest of the toolchains work comes through. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org