From owner-freebsd-eclipse@FreeBSD.ORG Thu Oct 18 15:11:33 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 BACCB16A419 for ; Thu, 18 Oct 2007 15:11:33 +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 7A59813C468 for ; Thu, 18 Oct 2007 15:11:33 +0000 (UTC) (envelope-from gofeu-freebsd-eclipse@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1IiWXa-0002UK-Ly for freebsd-eclipse@freebsd.org; Thu, 18 Oct 2007 14:40:02 +0000 Received: from p54a470ba.dip.t-dialin.net ([84.164.112.186]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Oct 2007 14:40:02 +0000 Received: from jwolz1 by p54a470ba.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Oct 2007 14:40:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-eclipse@freebsd.org From: Jonas Wolz Date: Thu, 18 Oct 2007 16:31:16 +0200 Lines: 30 Message-ID: References: <20071017034158.GA20584@misty.eyesbeyond.com> <47159CBE.5090209@buzmo.com> <47163C8E.2000601@buzmo.com> <20071018.121518.13767124.ken@tydfam.jp> 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: p54a470ba.dip.t-dialin.net User-Agent: KNode/0.10.5 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: Thu, 18 Oct 2007 15:11:33 -0000 Ken Yamada wrote: > From: Mike Bowie >> One caveat I failed to mention, is that 3.3.1 doesn't build with jdk1.5 >> so far. The instructions indicate that it should, but Ken hasn't had >> any success as far as I know and I've not looked at it. > * Edit the file build.xml: > replacing the tags > with > and > with Just to add another opinion: For my personal purposes changing that in top-level build.xml was necessary. As I compiled Eclipse with the 1.6 JDK anyway I did not do any of the other modifications and it worked for me. The reason for this is that I am working on a Eclipse RCP application that has to be Java 1.5 compatible (that particular application actually does not even compile cleanly with a 1.6 JDK but needs Eclipse 3.3 (and as I am not the only developer I can't fix that)). Seemingly the "official" pre-compiled versions from eclipse.org (for Linux or Windows) have a similar change applied as you can run them using a 1.5 JDK without any problems. So personally I would prefer to have this integrated into the port. Jonas