From owner-freebsd-eclipse@FreeBSD.ORG Thu Oct 28 13:01:19 2010 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 28366106566B for ; Thu, 28 Oct 2010 13:01:19 +0000 (UTC) (envelope-from mgmartin@comcast.net) Received: from mx.appliedtechnicalknowledge.com (appliedtechnicalknowledge.com [173.14.31.49]) by mx1.freebsd.org (Postfix) with ESMTP id CE7628FC15 for ; Thu, 28 Oct 2010 13:01:18 +0000 (UTC) Received: from [10.0.0.4] (gandalf.martins.home [10.0.0.4]) by mx.appliedtechnicalknowledge.com (Postfix) with ESMTPSA id 407112FA82; Thu, 28 Oct 2010 06:44:24 -0600 (MDT) Message-ID: <4CC97027.9050805@comcast.net> Date: Thu, 28 Oct 2010 06:44:23 -0600 From: Michael Martin User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.11) Gecko/20101024 Thunderbird/3.1.5 MIME-Version: 1.0 To: Thomas Gellekum References: <86ocahge29.fsf@siegel.tg.intern> <20101027.195717.519459540419521514.ken@tydfam.jp> <86wrp3nb0s.fsf@siegel.tg.intern> <20101027.224942.59640143160037004.ken@tydfam.jp> <86ocaepvsy.fsf@siegel.tg.intern> In-Reply-To: <86ocaepvsy.fsf@siegel.tg.intern> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-eclipse@freebsd.org Subject: Re: Upgrade eclipse-devel to 3.6.1 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, 28 Oct 2010 13:01:19 -0000 On 10/28/2010 02:26, Thomas Gellekum wrote: > ken writes: > >> Thank you! >> I downloaded and the patch applied cleanly. >> However, I have compile errors and could not complete the compilation on FreeBSD-current (amd64). >> It is seemingly because of org.eclipse.jdt.core.JDTCompilerAdapter not being compiled. >> >> : : : : >> [java] /usr/ports/java/eclipse-devel/work/eclipse-build-0.6.1/build/eclipse-3.6.1-src/plugins/org.eclipse.osgi/build.xml:69: Class not found: org.eclipse.jdt.core.JDTCompilerAdapter >> [java] at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:508) >> [java] at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418) >> [java] at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105) > I can't reproduce this on my system (8-stable, i386, openjdk6). Can you > find the error message for JDTCompilerAdapter? > > tg I'm seeing the same error on amd64 build. Running make the first time errors out in not finding the swt libraries. The native libraries look like they weren't build prior to building org.eclipse.jface , so ant make stops. Running make the second time does build the native swt libraries right away, then fails out with the error Ken shows. I've placed both full make outputs here: http://appliedtechnicalknowledge.com/freebsd/eclipse-3.6.1-make1.txt and http://appliedtechnicalknowledge.com/freebsd/eclipse-3.6.1-make2.txt It'll be nice to get this working. I recently built my own hacked 3.6.1 version manually replacing all native Linux amd64 libraries with FreeBSD built libraries. That works well, but a native port will be much cleaner. Thanks for the efforts. mm