From owner-freebsd-java@FreeBSD.ORG Thu Aug 3 08:50:54 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 2357E16A4DA for ; Thu, 3 Aug 2006 08:50:54 +0000 (UTC) (envelope-from jbq@anyware-tech.com) Received: from caraldi.com (195-13-58-165.oxyd.net [195.13.58.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id A441843D58 for ; Thu, 3 Aug 2006 08:50:53 +0000 (GMT) (envelope-from jbq@anyware-tech.com) Received: from vision.anyware (10.21.96-84.rev.gaoland.net [84.96.21.10]) by caraldi.com (Postfix) with ESMTP id 4210860E1 for ; Thu, 3 Aug 2006 10:50:48 +0200 (CEST) Received: by vision.anyware (Postfix, from userid 1021) id 1B48664D3; Thu, 3 Aug 2006 10:50:49 +0200 (CEST) Date: Thu, 3 Aug 2006 10:50:49 +0200 From: Jean-Baptiste Quenot To: freebsd-java@freebsd.org Message-ID: <20060803085048.GB14727@vision.anyware> Mail-Followup-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> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <44D0CFD9.2000408@appriss.com> User-Agent: mutt-ng/devel-r804 (FreeBSD) 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 08:50:54 -0000 * David Sledge: > It still builds and runs correctly on 6.1 with your patch > added. I also removed the pkg_plist as you said I don't need, > you were right. I have updated the shar file on the web > site. Please give it another try. 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. 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. 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 ;-) 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, -- Jean-Baptiste Quenot aka John Banana Qwerty http://caraldi.com/jbq/