From owner-freebsd-eclipse@FreeBSD.ORG Sat Sep 8 02:19: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 204EA16A419 for ; Sat, 8 Sep 2007 02:19: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 B26CE13C45A for ; Sat, 8 Sep 2007 02:19: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 l882IDqG084799; Sat, 8 Sep 2007 11:18:14 +0900 (JST) (envelope-from ken@tydfam.jp) Date: Sat, 08 Sep 2007 11:19:53 +0900 (JST) Message-Id: <20070908.111953.41626495.ken@tydfam.jp> To: mbowie@buzmo.com From: Ken Yamada In-Reply-To: <46E1BBFA.5000501@buzmo.com> References: <46E1946A.8010602@buzmo.com> <20070907204747.GA48113@misty.eyesbeyond.com> <46E1BBFA.5000501@buzmo.com> 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/4189/Sat Sep 8 08:10:12 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: freebsd-eclipse@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: Sat, 08 Sep 2007 02:19:50 -0000 Mike, I used the most updated jdk1.6.0 which solved the exec() issue. And I have no particular errors so far. I tried to compile it on Fedra Linux of which Java was 1.5.0 as a reference, and the compilation went without problem - it said that it ignores "Annotations" of course. Some I noticed and tentatively fixed with the patches except c). a) One basic question with Java 1.6.0, I had a lot of errors of @Override in plugins/*jdt* that I tentatively suppressed with patch-extra-diffs. The errors are seemingly because they annotate to override non exisiting methods in parents which by the specification yields compilation errors. Why does other environment not having this kind of problems? Something missing? b) launchertmp is expanded from launchersrc.zip which is bundled, hence there were not room to add freebsd stuff. It is seemingly intended to be generated from features/org.eclipse.equinox.executable/library/gtk, but I could not find any description in build.xmls. I added launchersrc.zip in files to override. c) eclipse_1017a.so is created in launchertmp/library/gtk and is expected to appear at plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86*/eclipse_1017a.so at the end, but still it does not appear to where it needs to be. Need to dig in to build.xml and fix it!! Hope these help those who downloaded eclipse-europa-dan.tgz a bit.