Build dbeaver has some problem #22184
Replies: 9 comments 4 replies
-
|
Please try this workaround https://github.com/dbeaver/dbeaver/wiki/Develop-in-Eclipse#resolving-tycho-packaging-plugin-execution-failure This workaround seems to stop working on the latest Eclipse version. Also to avoid this issue you can try from scratch and say "Resolve all later" in the dialog where Eclipse asks for using tycho connector. |
Beta Was this translation helpful? Give feedback.
-
|
@E1izabeth thanks for the workaround involving the <pluginExecutions>
<pluginExecution>
...
</pluginExecution>
</pluginExecutions>But after getting rid of those FYI: I'm using Eclipse RCP 2023-12 version as now supported in the Eventually I've managed to fix those ~60,000 compile errors, with a couple of MANIFEST.MF changes for some plugins. But I was surprised that these changes weren't needed with the Eclipse 2023-09 version. I guess they are due to some changes in the new version of Eclipse RCP. I'll submit my changes in a PR, if anyone else gets same compiler errors with their Eclipse RCP 2023-12 version... |
Beta Was this translation helpful? Give feedback.
-
|
Here are my steps:
|
Beta Was this translation helpful? Give feedback.
-
|
The fix: after noticing that most of those ~60,000 compile errors are due to the unresolved bundle and voila, all compile errors are gone! Actually there used to be another compile error in the |
Beta Was this translation helpful? Give feedback.
-
|
Hi collegues! Failed to execute mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.4:package-plugin {execution: default-package-plugin} (org.eclipse.tycho:tycho-packaging-plugin:4.0.4:package-plugin:default-package-plugin:package) org.eclipse.core.runtime.CoreException: Failed to execute mojo org.eclipse.tycho:tycho-packaging-plugin:4.0.4:package-plugin {execution: default-package-plugin} |
Beta Was this translation helpful? Give feedback.
-
|
@plotn I can't reproduce your problems with the Eclipse RPC 2023-12. Here's how I set it up:
Note that, as discussed above, you can choose to apply
I've tried it either ways, but I can't reproduce your problems. |
Beta Was this translation helpful? Give feedback.
-
|
I did everything the same, I applied "workaround specified (for org.eclipse.m2e.core)". |
Beta Was this translation helpful? Give feedback.
-
|
After trying tons of things, because of tons of setup problems, mostly because of conclict between m2e and tychco plugins I finally found a solution to play with the code in eclipse: A working solution with eclipse RCP v 2023-12 based on the procedure from the WiKi is:
and voila.. So compared to the current page in the WiKi, the procedure is shorter/simpler
I would also add another step with a very simple/direct way to start/debug DBeaver This will create a viable initial "run configuration". The latest versions of Eclipse RCP have the "include required features and plug-ins automatically while launching" checked by default... |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
-
I has a problem about eclipse,the wiki is this picture.


i follow the wiki mkdir the new file still has errors.
Beta Was this translation helpful? Give feedback.
All reactions