From owner-freebsd-java@FreeBSD.ORG Tue Aug 24 08:19:02 2004 Return-Path: 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 6C2B716A4CE for ; Tue, 24 Aug 2004 08:19:02 +0000 (GMT) Received: from diomedes.noc.ntua.gr (diomedes.noc.ntua.gr [147.102.222.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0418443D2D for ; Tue, 24 Aug 2004 08:19:01 +0000 (GMT) (envelope-from past@netmode.ece.ntua.gr) Received: from netmode.ece.ntua.gr (dolly.netmode.ece.ntua.gr [147.102.13.10]) i7O8IvjD094281; Tue, 24 Aug 2004 11:18:58 +0300 (EEST) (envelope-from past@netmode.ece.ntua.gr) Received: from dolly.netmode.ece.ntua.gr (localhost.netmode.ece.ntua.gr [127.0.0.1]) by netmode.ece.ntua.gr (8.12.10/8.12.8) with ESMTP id i7O8IwjI027206; Tue, 24 Aug 2004 11:18:58 +0300 (EEST) (envelope-from past@dolly.netmode.ece.ntua.gr) Received: (from past@localhost)i7O8IvUg027205; Tue, 24 Aug 2004 11:18:57 +0300 (EEST) (envelope-from past) Date: Tue, 24 Aug 2004 11:18:57 +0300 From: Panagiotis Astithas To: Dag-Erling Sm?rgrav Message-ID: <20040824081857.GA27168@netmode.ece.ntua.gr> References: <4129135E.3030808@netmode.ntua.gr> <20040823080327.GA21194@netmode.ece.ntua.gr> <412A4483.3030405@netmode.ntua.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-Organizational-Unit: Network Management and Optimal Design Laboratory X-Organization: National Technical University of Athens, GREECE X-Work-Phone: +30-1-772-1-450 X-Work-FAX: +30-1-772-1-452 cc: java@FreeBSD.ORG Subject: Re: Eclipse without Mozilla X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: past@netmode.ntua.gr List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2004 08:19:02 -0000 On Tue, Aug 24, 2004 at 08:00:43AM +0200, Dag-Erling Sm?rgrav wrote: > des@des.no (Dag-Erling Sm?rgrav) writes: > > I modified the patch to trigger on WITH_MOZILLA == firefox instead of > > WITH_FIREFOX (there's plenty of precedent for the former, none for the > > latter). Right, thanks. > > It's building now, but I suspect it's going to take a long > > time. I'll let you know when you're done. > > No luck yet - I had linux-sun-jdk14 installed, and eclipse will only > build with a native jdk. This should be specified in the Makefile by > setting JAVA_OS to "native"; see attached cumulative patch. I missed that too, thanks. As for the option to build eclipse without mozilla or firefox, I am reluctant to implement it, since it is required in the SWT HTML widget. Cheers, Panagiotis