Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lsp4e-dev] errors in exsd

Hey!

I think I found the issue: the referenced elements that my environment complains about are coming from core.expressions.
Since I don’t have the source version of that bundle in my target environment, PDE can’t find the schema definition and therefore complains.

@Lucas: thanks for the pointer to the generic editor changes, that put me on the right path… :-)

Cheers,
-Martin



> Am 04.04.2018 um 17:18 schrieb Lucas Bullen <lbullen@xxxxxxxxxx>:
> 
> I can't comment on errors from the languageServer.esxd as I do not have them, but they are most likely related to Bug 531103 [1] which added 'enabledWhen' for LS mapping declarations merged 4 weeks ago. However there is a current warning in the plugin.xml about missing 'enabledWhen' [2] merged 9 days ago, so if this issue has just arose within the last two week I believe that might be your cause.
> 
> [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=531103
> 
> [2] The enabledWhen tag has been added in org.eclipse.ui.genericeditor v1.1.0 (https://bugs.eclipse.org/bugs/show_bug.cgi?id=532774). Lsp4e project is currently depending on v1.0.0, but the tag is being used within the fix for bug 532804 that was merged to master (https://bugs.eclipse.org/bugs/show_bug.cgi?id=532804) causing the warning.
> 
> On Wed, Apr 4, 2018 at 10:46 AM, Martin Lippert <mlippert@xxxxxxxxx> wrote:
> Hey!
> 
> Maybe a stupid question, but I am getting a number of errors on the “languageServer.esxd”, all from “enabledWhen” (complaining about the referenced element can’t be found).
> Is there a way to get rid of these error markers?
> 
> Thanks!
> -Martin
> 
> 
> _______________________________________________
> lsp4e-dev mailing list
> lsp4e-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/lsp4e-dev
> 
> 
> 
> -- 
> LUCAS BULLEN
> SOFTWARE ENGINEERING INTERN
> Red Hat 
> 
> 90 Eglinton Ave E #502,
> Toronto, ON M4P 2Y3
> lbullen@xxxxxxxxxx   
> 
>  
> _______________________________________________
> lsp4e-dev mailing list
> lsp4e-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/lsp4e-dev



Back to the top