From owner-freebsd-java Thu Feb 21 11:42:26 2002 Delivered-To: freebsd-java@freebsd.org Received: from mail.net2000.ch (mail.net2000.ch [62.2.252.229]) by hub.freebsd.org (Postfix) with ESMTP id 8B25F37B417 for ; Thu, 21 Feb 2002 11:42:22 -0800 (PST) Received: from wireless-networks.com ([62.2.196.33]) by mail.net2000.ch (Netscape Messaging Server 3.5) with ESMTP id AAA45D8 for ; Thu, 21 Feb 2002 20:39:42 +0100 Message-ID: <3C754EBD.9000102@wireless-networks.com> Date: Thu, 21 Feb 2002 20:47:09 +0100 From: Cedric Berger User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.8) Gecko/20020204 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-java@FreeBSD.ORG Subject: Bootstrap compiler (was Re: AW: 1.3.1 patchset 6) References: <67E0BE167008D31185F60008C7289DA0E13130@MCHH218E> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi everybody, Thanks for the new patchset+port ! As a side note, I have successively built the new port using the linux JDK1.4.0 compiler for bootstrapping (setting JDK13DIR=/usr/local/linux-jdk1.4.0). There is two issues here: 1) make/tools/sanityck unfortunately reject the 1.4 VM (this is trivial to fix) 2) there is a few more warning (for assert) when building the port which could be avoided by setting "-source 1.3" for javac. This is purely cosmetic, though. Cedric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message