From owner-freebsd-eclipse@FreeBSD.ORG Fri Oct 19 15:21:44 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 3105916A417 for ; Fri, 19 Oct 2007 15:21:44 +0000 (UTC) (envelope-from gofeu-freebsd-eclipse@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 9FAB013C4A7 for ; Fri, 19 Oct 2007 15:21:38 +0000 (UTC) (envelope-from gofeu-freebsd-eclipse@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1IitfA-00055B-Sg for freebsd-eclipse@freebsd.org; Fri, 19 Oct 2007 15:21:24 +0000 Received: from p54a47291.dip.t-dialin.net ([84.164.114.145]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Oct 2007 15:21:24 +0000 Received: from jwolz1 by p54a47291.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 19 Oct 2007 15:21:24 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-eclipse@freebsd.org From: Jonas Wolz Date: Fri, 19 Oct 2007 17:21:13 +0200 Lines: 22 Message-ID: References: <20071017034158.GA20584@misty.eyesbeyond.com> <47159CBE.5090209@buzmo.com> <47163C8E.2000601@buzmo.com> <20071018.121518.13767124.ken@tydfam.jp> <4717852B.3060308@buzmo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p54a47291.dip.t-dialin.net User-Agent: KNode/0.10.4 Sender: news Subject: Re: Eclipse 3.3.1 build 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: Fri, 19 Oct 2007 15:21:44 -0000 Mike Bowie wrote: > One of the 3.3.0 port version we had built and ran quite happily with > jdk1.5, but we've not seen the same success with 3.3.1 so far. > > I may have a poke at it this weekend and see what we can wrangle. For > now the eclipse-devel port is tied to jdk1.6 and the upcoming 3.3.1 > version will most likely be also, but we'll see what we can do to get > 1.5 support in there in the near future. Thanks, I really appreciate your efforts. Without them I would probably need to boot into Windows (or install Linux) to use Eclipse. What actually puzzles me a bit is the fact that although according to the official build instructions JDK 1.6 is required (and the build.xml uses 1.6 as target version) the builds from eclipse.org run happily with Java 1.5 (or even on Java 1.4 according to http://www.eclipse.org/downloads/moreinfo/jre.php ). So obviously the guys at eclipse.org seem to use their own modified build process... Anyway, thanks again for your work, Jonas