From owner-freebsd-eclipse@FreeBSD.ORG Thu Sep 13 04:59:59 2007 Return-Path: Delivered-To: freebsd-eclipse@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E78516A468 for ; Thu, 13 Sep 2007 04:59:59 +0000 (UTC) (envelope-from mbowie@buzmo.com) Received: from smtp1.dfw.fabriclabs.com (smtp1.dfw.fabriclabs.com [69.12.11.77]) by mx1.freebsd.org (Postfix) with ESMTP id EED6013C468 for ; Thu, 13 Sep 2007 04:59:58 +0000 (UTC) (envelope-from mbowie@buzmo.com) Received: from workshop.sv.buzmo.com (adsl-70-239-150-129.dsl.irvnca.sbcglobal.net [70.239.150.129] (may be forged)) (authenticated bits=0) by smtp1.dfw.fabriclabs.com (8.13.7/8.13.6) with ESMTP id l8D4xSV3023784; Wed, 12 Sep 2007 23:59:29 -0500 (CDT) (envelope-from mbowie@buzmo.com) Message-ID: <46E8C397.1040103@buzmo.com> Date: Wed, 12 Sep 2007 21:59:03 -0700 From: Mike Bowie User-Agent: Thunderbird 2.0.0.6 (X11/20070825) MIME-Version: 1.0 To: Ken Yamada References: <46E755FD.9020105@buzmo.com> <20070912.164853.35656687.ken@tydfam.jp> <46E80076.60205@buzmo.com> <20070913.115518.38718088.ken@tydfam.jp> In-Reply-To: <20070913.115518.38718088.ken@tydfam.jp> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: dan@rucci.org, freebsd-eclipse@freebsd.org Subject: Re: Eclipse-Europa Web-browser X-BeenThere: freebsd-eclipse@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "FreeBSD users of eclipse EDI, tools, rich client apps & ports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2007 04:59:59 -0000 Ken Yamada wrote: >> Do you have steps to reproduce the chooser bug? Does it occur in >> build's against both 1.5 and 1.6 or are you running a 1.5 build against >> a 1.6 JAVA_HOME? (Or visa versa.) >> > > It occurs on both 1.5 and 1.6 version. > > Preference -> Connectivity -> Driver Definitions -> Add > -> Provide Driver Details -> Add jar/Zip ====> CORE DUMP!! > > > >> It would be great if we could roll the 1.5 and 1.6 ports into one... it >> shouldn't be too tricky. I'd start looking at it now myself, but... >> > > jdk selection is not a problem, java5home etc., but I think that the patch file set selection by jdk15/jdk16 may become tricky. > > > Ken, I don't think it would be clear to the user if we just built based on the installed JDK's... in fact if they have multiple versions installed, it would become a conundrum. I'd suggest we add an OPTIONS= entry in the Makefile to allow the selection of 1.5, which would then install the relevant version (if needed) and set the port dependency accordingly. I'm not really sure how the JAVA_HOME thing should be handled though, as in my mind, there's nothing to stop a user flicking back and forth... although I'm not really keen on setting it statically. I'm sure someone out there who's more in touch with the FreeBSD Java world would have a suggestion. I've installed the Data Tools plugin and can replicate the crash you describe there... I'd like to check it again other platforms also, can't right now. Cheers, Mike.