From dev-return-59496-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Mon Feb 04 21:30:00 2008 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 25366 invoked from network); 4 Feb 2008 21:30:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2008 21:30:00 -0000 Received: (qmail 9160 invoked by uid 500); 4 Feb 2008 21:29:50 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 9109 invoked by uid 500); 4 Feb 2008 21:29:49 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 9098 invoked by uid 99); 4 Feb 2008 21:29:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2008 13:29:49 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_OPENWHOIS,SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Feb 2008 21:29:20 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1JM8sZ-0007db-W4 for dev@geronimo.apache.org; Mon, 04 Feb 2008 13:29:27 -0800 Message-ID: <15277978.post@talk.nabble.com> Date: Mon, 4 Feb 2008 13:29:27 -0800 (PST) From: Dan Becker To: dev@geronimo.apache.org Subject: Re: Build of trunk failed due to org.apache.maven.plugin.enforcer.RequireJavaVersion In-Reply-To: <15273467.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: dan.o.becker@gmail.com References: <15273467.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Dan Becker wrote: > > This is my first post here, but I thought this might be a quickie for the > Geronimo community. > > I am attempting to build the trunk of Geronimo using the command "mvn > install" from my local trunk checkout. A number fo poms are downloaded, > and then my build runs into a problem (most likely > a newbie maven setup problem, did not see similar problem on list): > [INFO] [enforcer:enforce {execution: default}] > [WARNING] Rule 0: org.apache.maven.plugin.enforcer.RequireJavaVersion > failed wit > h message: Detected JDK Version: 1.6.0-4 is not in the allowed range > [1.5,1.6). > Thanks for your help folks. You are indeed correct that the build must be done with JDK 1.5 or greater, but not 1.6. I was thrown off by the error message with the range [1.5,1.6). I guess the round paren excludes the 1.6 endpoint. Anyway, I am now progressing. Thanks, Dan Becker -- View this message in context: http://www.nabble.com/Build-of-trunk-failed-due-to-org.apache.maven.plugin.enforcer.RequireJavaVersion-tp15273467s134p15277978.html Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.