Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Core Build New Project Wizard and Java 11 Issue

And it is. I’ve submitted M-A’s gerrit. Fetch the cdt.target, or apply the same change to yours.

 

https://git.eclipse.org/r/#/c/131832/

 

D.

 

 

From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> On Behalf Of Doug Schaefer
Sent: Friday, November 9, 2018 3:07 PM
To: CDT General developers list. <cdt-dev@xxxxxxxxxxx>
Subject: Re: [cdt-dev] Core Build New Project Wizard and Java 11 Issue

 

Yup, seeing the same. We have a gerrit open with a potential fix that Marc-Andre submitted. Basically, we’re missing com.sun.xml.bind from the target. I’m testing now whether that’s actually it.

 

From: cdt-dev-bounces@xxxxxxxxxxx <cdt-dev-bounces@xxxxxxxxxxx> On Behalf Of Jeff Johnston
Sent: Friday, November 9, 2018 2:49 PM
To: General developers list., CDT <cdt-dev@xxxxxxxxxxx>
Subject: [cdt-dev] Core Build New Project Wizard and Java 11 Issue

 

When I try to use the CDT and create a new Core Build project (meson or standard make), hitting the Finish button does nothing and the dialog sits there indefinitely.  If I use an old Managed Build project, it works ok when I create a Managed Make project.  Everything works if I use a Java 8 JVM.

 

Has anybody else tried this and seeing the same thing?

 

I see this both using the new 2018-12 M2 CPP EPP and starting up the CDT as a child Eclipse Application with all of CDT checked out in my workspace.  Unfortunately, my Java debugger also froze in the parent Eclipse so I didn't get to step through the Wizard.  When I initially debugged and paused all threads, I found that the dialog was sleeping.  I didn't notice anything holding locks that another thread was waiting for.

 

-- Jeff


Back to the top