Re: [ERROR] Unable to find 'com/google/common/collect/Collect.gwt.xml' : GWT 2.9

2024-04-01 Thread Thomas Broyer
On Saturday, March 30, 2024 at 11:01:46 PM UTC+1 dja...@gmail.com wrote: You said : *" Also, the moduleTemplate configuration looks wrong, like you've left an example placeholder in the configuration?", * No, I don't think so, I moved the module.gwt.xml where the client/local folder because

Re: [ERROR] Unable to find 'com/google/common/collect/Collect.gwt.xml' : GWT 2.9

2024-03-30 Thread Colin Alworth
It appears that the error log you shared all boil down to missing j2objc and errorprone annotations from your classpath. My concern with your moduleTemplate was simply that you left the value as "${project.basedir}/path/to/module/module.gwt.xml" - do you literally have a directory called

Re: [ERROR] Unable to find 'com/google/common/collect/Collect.gwt.xml' : GWT 2.9

2024-03-30 Thread kassindye mukeya
Hi Colin, Thanks for your reply. Yes, that question is related. I just updated it on stack overflow. I added the the javax servlet dependency and that part was solved. And now I am facing another issue with the *com/google/common/collect/Collect.gwt.xml *module. Now you mentioned guava, I

Re: [ERROR] Unable to find 'com/google/common/collect/Collect.gwt.xml' : GWT 2.9

2024-03-30 Thread Colin Alworth
This looks like the same question as https://stackoverflow.com/questions/78202341/how-to-set-up-gwt-super-dev-mode-with-the-new-gwt-maven-plugin-with-a-web-applic, except with some updates - it sounds like you resolved the servlet classpath issue, can you flesh out this example a little more