Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 92557 invoked from network); 13 Sep 2006 14:07:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Sep 2006 14:07:22 -0000 Received: (qmail 91821 invoked by uid 500); 13 Sep 2006 14:07:20 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 91771 invoked by uid 500); 13 Sep 2006 14:07:19 -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 91760 invoked by uid 99); 13 Sep 2006 14:07:19 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Sep 2006 07:07:19 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=bdudney@apache.org; spf=permerror X-ASF-Spam-Status: No, hits=0.1 required=5.0 tests=FORGED_RCVD_HELO Received-SPF: error (idunn.apache.osuosl.org: domain apache.org from 66.116.97.229 cause and error) Received: from ([66.116.97.229:62804] helo=mail.dudney.net) by idunn.apache.osuosl.org (ecelerity 2.1 r(10620)) with ESMTP id DF/B4-09463-4A018054 for ; Wed, 13 Sep 2006 07:07:33 -0700 Received: from localhost (localhost [127.0.0.1]) by mail.dudney.net (Postfix) with ESMTP id 755BB34DBE2 for ; Wed, 13 Sep 2006 08:07:33 -0600 (MDT) Received: from mail.dudney.net ([127.0.0.1]) by localhost (mini.dudney.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07015-09 for ; Wed, 13 Sep 2006 08:07:17 -0600 (MDT) Received: from [192.168.1.100] (c-24-9-189-43.hsd1.wa.comcast.net [24.9.189.43]) by mail.dudney.net (Postfix) with ESMTP id 29AE834DBC1 for ; Wed, 13 Sep 2006 08:07:17 -0600 (MDT) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: Geronimo-Dev From: Bill Dudney Subject: fail bootstrap early with wrong jdk Date: Wed, 13 Sep 2006 08:06:51 -0600 X-Mailer: Apple Mail (2.752.2) X-Virus-Scanned: by amavisd-new at dudney.net X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I think we should fail the bootstrap early if using jdk 1.5 as well as failing the maven build. http://issues.apache.org/jira/browse/GERONIMO-2403 has a patch attached that works, but there might be a way to reuse the mojo that Jason wrote, not sure... Thanks, -bd-