Unable to resolve LSP4E target following a clean installation #849
-
Hello, I'm trying to set up an Eclipse workspace that would allow me to contribute to LSP4E. I have followed these instructions to perform a clean installation of "Eclipse IDE for Eclipse Committers". In step 3, I chose to set the provided target file, Unfortunately, at this point, Eclipse isn't able to resolve the required dependencies. Inspecting the target definition file reveals the following issues: I tried to use the information from these error messages to manually patch the file, to no avail. Nevertheless, it seems that something has gone wrong during the setup process. Does anyone have an idea of what that might have been? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi, I can reproduce the problem in a new installation as well, but I do not know how to fix it. It looks like a bug in PDE, as the target file works fine in our builds that use Tycho. I also found a very similar error in https://marketplace.eclipse.org/content/error/report/5660877. @mickaelistria , @laeubi, any ideas? Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi @joaodinissf, I can make it work by removing the maven section of the target file replacing it by a normal p2 orbit repository:
@mickaelistria , I suggest, that until the workbench is fixed we commit the change I propose in the repository. What do you think? Regards |
Beta Was this translation helpful? Give feedback.
Hi,
I can reproduce the problem in a new installation as well, but I do not know how to fix it.
It looks like a bug in PDE, as the target file works fine in our builds that use Tycho.
I also found a very similar error in https://marketplace.eclipse.org/content/error/report/5660877.
@mickaelistria , @laeubi, any ideas?
Thanks