Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Docker UI not resolving in latest gerrit builds

I fixed locally this problem using the latest lsp4e release instead of using the snapshot one as Doug said, but the other problem reported by Jeff is still there. No idea what I need to change.

Il ven 10 mag 2019, 19:11 Clément Hurlin <clement.hurlin@xxxxxxxxxxxxx> ha scritto:
I'm witnessing a similar issue when trying to setup a workspace with the
CDT's sources (following
https://wiki.eclipse.org/Getting_started_with_CDT_development), when
setting the target platform:

```
Problems occurred while resolving the target contents
Cannot complete the install because one or more required items could not
be found.
Missing requirement: Language Server Protocol client for Eclipse IDE
(Incubation) 0.10.0.201905091021 (org.eclipse.lsp4e 0.10.0.201905091021)
requires 'osgi.bundle; org.eclipse.ui.workbench 3.115.0' but it could
not be found
Software being installed: Language Server Protocol client for Eclipse
IDE (Incubation) 0.10.0.201905091021 (org.eclipse.lsp4e 0.10.0.201905091021)
```

Clément

On 10/05/2019 18:29, marco wrote:
> It seems there are multiple problems now:
>
> Missing requirement: Language Server Protocol client for Eclipse IDE
> (Incubation) 0.10.0.201905091021 (org.eclipse.lsp4e 0.10.0.201905091021)
> requires 'osgi.bundle; org.eclipse.ui.workbench 3.115.0' but it could
> not be found
>
> What's going on? I'd help but I don't know what we need to change to fix
> the compilation now.
>
> Il 09/05/19 23:53, Jeff Johnston ha scritto:
>> Could someone add org.eclipse.core.databinding.beans >= 1.5.0 to the
>> gerrit targets as Docker UI is failing to load and this causes gerrit
>> to fail?  Newest Docker UI is built against latest platform.
>>
>> The databinding.beans is available in the eclipse I-builds repo.
>>
>> -- Jeff J.
>>
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or
>> unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/cdt-dev
>>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://www.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top