From owner-freebsd-java@FreeBSD.ORG Thu Aug 3 21:36:57 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CC1316A4DA for ; Thu, 3 Aug 2006 21:36:57 +0000 (UTC) (envelope-from dsledge@appriss.com) Received: from intexch02.int.appriss.com (intexch02.int.appriss.com [63.126.72.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id A739543D6D for ; Thu, 3 Aug 2006 21:36:54 +0000 (GMT) (envelope-from dsledge@appriss.com) Received: from [10.11.3.10] ([10.11.3.10]) by intexch02.int.appriss.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 3 Aug 2006 17:36:53 -0400 Message-ID: <44D26C75.10506@appriss.com> Date: Thu, 03 Aug 2006 17:36:53 -0400 From: David Sledge User-Agent: Thunderbird 1.5.0.5 (X11/20060731) To: freebsd-java@freebsd.org References: <970c0a6b0607312222j54352929i829de592c6d704fa@mail.gmail.com> <20060801075213.GA70025@vision.anyware> <44CF9A25.7030504@appriss.com> <20060801222049.GA995@watt.intra.caraldi.com> <44CFE6AA.40204@appriss.com> <20060802083723.GB91663@vision.anyware> <44D0C2EA.6050902@appriss.com> <20060802152403.GB93647@vision.anyware> <44D0C6EB.7010806@appriss.com> <44D0CFD9.2000408@appriss.com> <20060803085048.GB14727@vision.anyware> In-Reply-To: <20060803085048.GB14727@vision.anyware> Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 03 Aug 2006 21:36:53.0410 (UTC) FILETIME=[EFB7D820:01C6B744] MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Q) eclipse 3.2 (Callisto) X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Aug 2006 21:36:57 -0000 Jean-Baptiste Quenot wrote: I compiled, installed and ran your port successfully. However, you pass ${LOCALBASE}/diablo-jdk1.5.0 to Eclipse build. How do you know the diablo jdk is installed? You better use ${JAVA_HOME} instead. Fixed If you want to force using the Diablo JDK and not the bsdjava one, specify JAVA_VENDOR=freebsd in the Makefile. That would maybe be safer as I experienced build failures when using jdk-1.5.0p2_3 instead of diablo-jdk-1.5.0.06.00. Fixed - great idea Another question: do you really mean to be the maintainer of Eclipse? That may be a lot of work, be prepared to receive a reasonable number of PRs ;-) I thought I would give it a try and see how it goes. I figured better to try and maintain it if possible instead of it being another port out there without a maintainer. Is it really a bad idea to do this? Please let me know and I will change it back before I submit it. I know I will get requests and questions but since I have not been watching the mailing list that long I have no idea how many PRs or problems come in for eclipse. The Current "Problem Report List" on FreeBSD's website only shows 4 PRs when searching for eclipse. That is why I thought it would be manageable. Please let me know if I am getting in over my head? Just a last one: why are you commenting out the MOZILLA_FIVE_HOME and following line in eclipse startup script? Just curious. All the best, From what I could find this was a workaround to make mozilla, or I believe firefox really, work for eclipse 3.1.2 or earlier on linux and unix systems . If you leave it enabled for eclipse 3.2 it results in the following error when hovering the mouse over a class in the editor, like "String" for example. /libexec/ld-elf.so.1: /usr/home//.eclipse/org.eclipse.platform_3.2.0/ configuration/org.eclipse.osgi/bundles/91/1/.cp/libswt-mozilla-gtk-3232.so: Und efined symbol "NS_InitEmbedding" I found one more problem when looking under the "manage configuration" window f or the Eclipse Platform Plug-in resource. That has now been fixed. The eclipse. shar file has been updated on the web site at [1]http://www.freshdevonrails.com /eclipse.shar . I think that we got it this time. I have not seen or heard of a ny more problems. References 1. http://www.freshdevonrails.com/eclipse.shar