From owner-freebsd-eclipse@FreeBSD.ORG Thu Oct 28 08:26:42 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 920F9106574D for ; Thu, 28 Oct 2010 08:26:42 +0000 (UTC) (envelope-from Thomas.Gellekum@gmx.de) Received: from mail.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id D32978FC13 for ; Thu, 28 Oct 2010 08:26:41 +0000 (UTC) Received: (qmail invoked by alias); 28 Oct 2010 08:26:39 -0000 Received: from xdsl-87-79-185-148.netcologne.de (EHLO siegel.tg.intern) [87.79.185.148] by mail.gmx.net (mp007) with SMTP; 28 Oct 2010 10:26:39 +0200 X-Authenticated: #18235045 X-Provags-ID: V01U2FsdGVkX1+Jh5FC6gGJd+WhXj8nft/V0h1bGXgTQvnGbBwv8f dorhTts+9PRN5/ From: Thomas Gellekum To: ken In-Reply-To: <20101027.224942.59640143160037004.ken@tydfam.jp> (ken@tydfam.jp's message of "Wed, 27 Oct 2010 22:49:42 +0900 (JST)") References: <86ocahge29.fsf@siegel.tg.intern> <20101027.195717.519459540419521514.ken@tydfam.jp> <86wrp3nb0s.fsf@siegel.tg.intern> <20101027.224942.59640143160037004.ken@tydfam.jp> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) Date: Thu, 28 Oct 2010 10:26:37 +0200 Message-ID: <86ocaepvsy.fsf@siegel.tg.intern> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Y-GMX-Trusted: 0 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 08:26:42 -0000 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