How to set up a development environment for the 4.0 plugin source? #465
-
I haven't been able to checkout a buildable version of the plugin source since it was picked up again. The instructions in the readme.md are unfortunately not giving enough details, so I am hoping someone else can point out what I may be missing. So far, I have tried a fresh copy of this plugin's main branch with a vanilla installation of the "Eclipse for Eclipse Committers" bundle (both in versions 2022-09 and 2023-03, but there appear to be no differences in the errors I get). After using the plugin to set the "gwt-eclipse-2022-09.tpd" as target platform, I am still left with 61 error markers in Eclipse. A lot of them are repeating, but these are the distinct ones:
Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
It looks like you are checking out the 3.0.0 build instead of the updated source, which is now marked as 4.0.0? Those errors look familiar for the old version, before the maven project setup was updated. Can you confirm that this builds from the command line with just |
Beta Was this translation helpful? Give feedback.
@difflaender I'll try to answer to your (many) questions
This looks like a conflict between tycho and m2e: they both want to handle testing. I'm really not sure how to fix that... we may find a solution, but I'm afraid that it will restrict the dev environment to a specific eclipse / m2e version.
Workaround: disable maven nature and go with straight Eclipse.