Re: eclipse and java 8 support

2014-05-01 Thread Jimmy
Haung, The OS=unknown, WS=unknown does not look good, but I have never seen this error (even with LANG and LC_ALL set to what you have). I will do a build with maven debugging turned on and see if I see anything that might show how to fix the problem you are having. Jimmy On Thu, May 01, 2014

Re: eclipse and java 8 support

2014-04-30 Thread Huang Wen Hui
Hi, Jimmy, 2014-04-18 20:31 GMT+08:00 Huang Wen Hui : > Hi, > I add "-Declipse.p2.mirrors=false" in do-build, finally the problem > "Could not determine installation size: zip file is empty" is gone, but I > got new error: > > The artifact file for osgi.bundle,org.eclipse.e4.ui. > bindings,0.10

Re: eclipse and java 8 support

2014-04-29 Thread Jimmy
>From what I can see, it appears that the plugins installed for the Gyrex target include some platform-specific plugins for Windows, Linux, and Mac OS X, and there are no matching ones available for FreeBSD. My guess is that Eclipse quits because of the missing FreeBSD versions of those plugins.

Re: eclipse and java 8 support

2014-04-28 Thread Huang Wen Hui
Hi Jimmy, Thank you very much! I install almost all modules of Kepler, every thing is fine except Gyrex. If install Gyrex with other modules, eclipse will quit without error message. Cheers, Huang Wenhui 2014-04-28 20:42 GMT+08:00 Jimmy : > I have uploaded the full SDK package for FreeBSD 10 a

Re: eclipse and java 8 support

2014-04-28 Thread Jimmy
I have uploaded the full SDK package for FreeBSD 10 amd64 here: https://drive.google.com/file/d/0B2kYpXHnC5LpRlBWZXhVUWlxZGM/edit?usp=sharing Download and use "pkg add" to install it. Enjoy, Jimmy On Mon, Apr 28, 2014 at 04:28:51PM +0800, Huang Wen Hui wrote: > Hi Jimmy, > > Can you put your

Re: eclipse and java 8 support

2014-04-28 Thread Huang Wen Hui
Hi Jimmy, Can you put your pre-build eclipse package to somewhere? This can be easy for other people to test. Cheers, Huang Wenhui 2014-04-16 21:55 GMT+08:00 Jimmy : > On Wed, Apr 16, 2014 at 08:38:42PM +0800, Huang Wen Hui wrote: > > Hi, > > > > > > 2014-04-15 21:54 GMT+08:00 Jimmy Kelley :

Re: eclipse and java 8 support

2014-04-18 Thread Huang Wen Hui
Hi, I add "-Declipse.p2.mirrors=false" in do-build, finally the problem "Could not determine installation size: zip file is empty" is gone, but I got new error: The artifact file for osgi.bundle,org.eclipse.e4.ui. bindings,0.10.102.v20140117-1939 was not found. more detail message in .log: !SES

Re: eclipse and java 8 support

2014-04-17 Thread Jimmy Kelley
On Thu, Apr 17, 2014 at 05:31:08PM +0800, Huang Wen Hui wrote: > Hi, > The eclipse builder often stopped at "org.eclipse.e4.rcp", I think my > internet access is good. It stop very quickly, seem not download any thing. > > [INFO] org.eclipse.e4.rcp FAILURE [0.189s]

Re: eclipse and java 8 support

2014-04-17 Thread Huang Wen Hui
Hi, The eclipse builder often stopped at "org.eclipse.e4.rcp", I think my internet access is good. It stop very quickly, seem not download any thing. [INFO] org.eclipse.e4.rcp FAILURE [0.189s] Any ideas? Cheer, Huang Wenhui [INFO] [INFO] -

Re: eclipse and java 8 support

2014-04-16 Thread Jimmy
On Wed, Apr 16, 2014 at 08:38:42PM +0800, Huang Wen Hui wrote: > Hi, > > > 2014-04-15 21:54 GMT+08:00 Jimmy Kelley : > > > On Sun, Apr 13, 2014 at 01:11:07PM +0100, Patrick Mackinlay wrote: > > > Hello, > > > > > > The minimum eclipse version for support of java 8 execution environments > > > is

Re: eclipse and java 8 support

2014-04-16 Thread Huang Wen Hui
Hi, 2014-04-15 21:54 GMT+08:00 Jimmy Kelley : > On Sun, Apr 13, 2014 at 01:11:07PM +0100, Patrick Mackinlay wrote: > > Hello, > > > > The minimum eclipse version for support of java 8 execution environments > > is 4.3.2. The FreeBSD eclipse ports are pretty old, even eclipse-devel > > (which I h

Re: eclipse and java 8 support

2014-04-15 Thread Jimmy Kelley
On Sun, Apr 13, 2014 at 01:11:07PM +0100, Patrick Mackinlay wrote: > Hello, > > The minimum eclipse version for support of java 8 execution environments > is 4.3.2. The FreeBSD eclipse ports are pretty old, even eclipse-devel > (which I have been using for what seems like years) is on 4.2. Is it >

eclipse and java 8 support

2014-04-13 Thread Patrick Mackinlay
Hello, The minimum eclipse version for support of java 8 execution environments is 4.3.2. The FreeBSD eclipse ports are pretty old, even eclipse-devel (which I have been using for what seems like years) is on 4.2. Is it possible to upgrade, so that at least eclipse 4.3.2 is available. Then java de