From owner-freebsd-ports@FreeBSD.ORG Tue Aug 28 00:57:58 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1835E16A417; Tue, 28 Aug 2007 00:57:58 +0000 (UTC) (envelope-from dan@rucci.org) Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.4.197]) by mx1.freebsd.org (Postfix) with ESMTP id E088913C459; Tue, 28 Aug 2007 00:57:57 +0000 (UTC) (envelope-from dan@rucci.org) Received: from izer.warganizer.com (ool-182eb907.dyn.optonline.net [24.46.185.7]) by mta2.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JNG00E36JYCEVV0@mta2.srv.hcvlny.cv.net>; Mon, 27 Aug 2007 20:27:49 -0400 (EDT) Date: Mon, 27 Aug 2007 20:29:14 -0400 From: Daniel Rucci In-reply-to: <20070828.003519.78704127.ken@tydfam.jp> To: Ken Yamada Message-id: <46D36C5A.4090408@rucci.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.0 References: <20070725.200900.74755344.ken@tydfam.jp> <20070725.204952.41633241.ken@tydfam.jp> <200708060824.51087.david@vizion2000.net> <20070828.003519.78704127.ken@tydfam.jp> User-Agent: Thunderbird 2.0.0.6 (X11/20070806) Cc: nemoliu@freebsd.org, tmclaugh@sdf.lonestar.org, david@vizion2000.net, freebsd-ports@freebsd.org, freebsd-eclipse@freebsd.org Subject: Re: eclipse 3.3.0 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2007 00:57:58 -0000 Heres what I've come up with. http://rucci.org/eclipse-europa contains the port and my error log from building. My build currently fails in plugins/org.eclipse.jdt.compiler.tool It looks like its a problem related to the ant build file ====== Some notes on how porting 3.3 differs from 3.2 There seems to be a lot more platform specific stuff in the ant build files(.xml) as well as the file hierarchy (as Ken already pointed out). eg 127 .xml (ant build files) mention linux in 3.2.2, its now 154 for 3.3 78 .java -> 81 61 files/folders -> 110 I had a problem with update-patches and some of the eclipse directories.. Posted it on ports@ but haven't gotten a response.. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=11783+0+archive/2007/freebsd-ports/20070826.freebsd-ports If anyone has a solution for this it would help. Thanks, Dan Ken Yamada wrote: > Is there any progress in porting eclipse 3.3 so far? > > I am struggling at it without any success yet. And I would like to have any support/help from others - it is somewhat beyond my knowledge.... > > Some I noticed are; > 1) It requires jdk1.6.0 - jdt compilation fails with jdk1.5.0. > 2) file organization has changed somewhat. > features/org.eclipse.platform.launchers disappeared. > features/org.eclipse.equinox.executable coming up. > etc... > > Although it has quite a problem - can't complete compilation, you'll find http://www.tydfam.jp/eclipse33.tgz that I am using for porting for those who have interests in porting eclipse 3.3.0. > > I hope that gurus in the community accelerate the porting work. > > > > > > > _______________________________________________ > freebsd-eclipse@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-eclipse > To unsubscribe, send any mail to "freebsd-eclipse-unsubscribe@freebsd.org"