Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Oct 2010 06:44:23 -0600
From:      Michael Martin <mgmartin@comcast.net>
To:        Thomas Gellekum <Thomas.Gellekum@gmx.de>
Cc:        freebsd-eclipse@freebsd.org
Subject:   Re: Upgrade eclipse-devel to 3.6.1
Message-ID:  <4CC97027.9050805@comcast.net>
In-Reply-To: <86ocaepvsy.fsf@siegel.tg.intern>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/28/2010 02:26, Thomas Gellekum wrote:
> ken<ken@tydfam.jp>  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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4CC97027.9050805>