From owner-freebsd-eclipse@FreeBSD.ORG Mon Aug 27 15:34:50 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 7DEC316A419; Mon, 27 Aug 2007 15:34:50 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from ns.tydfam.jp (ns.tydfam.jp [61.197.228.42]) by mx1.freebsd.org (Postfix) with ESMTP id 22FFB13C494; Mon, 27 Aug 2007 15:34:49 +0000 (UTC) (envelope-from ken@tydfam.jp) Received: from localhost (tyd3.sub.tydfam.jp [192.168.1.3]) by ns.tydfam.jp (8.14.1/8.14.1) with ESMTP id l7RFXWCj022995; Tue, 28 Aug 2007 00:33:58 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Tue, 28 Aug 2007 00:35:19 +0900 (JST) Message-Id: <20070828.003519.78704127.ken@tydfam.jp> To: david@vizion2000.net From: Ken Yamada In-Reply-To: <200708060824.51087.david@vizion2000.net> References: <20070725.200900.74755344.ken@tydfam.jp> <20070725.204952.41633241.ken@tydfam.jp> <200708060824.51087.david@vizion2000.net> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.91/4076/Mon Aug 27 23:15:54 2007 on ns.tydfam.jp X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.1 X-Spam-Checker-Version: SpamAssassin 3.2.1 (2007-05-02) on ns.tydfam.jp Cc: tmclaugh@sdf.lonestar.org, freebsd-eclipse@freebsd.org, freebsd-ports@freebsd.org, nemoliu@freebsd.org Subject: Re: eclipse 3.3.0 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: Mon, 27 Aug 2007 15:34:50 -0000 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.