Craig Mitchell
Craig Mitchell
Eclipse 2021-12 has this problem. Rolling back to Eclipse 2021-09 fixes it (obviously not ideal).
So, if you've created a client/server/shared architect, then instead of `mvn gwt:codeserver -pl *-client -am`, you'd do: ``` mvn gwt:devmode -pl *-client -am -Dnoserver ``` Works great, thanks! 👍
> So, if you've created a client/server/shared architect, then instead of `mvn gwt:codeserver -pl *-client -am`, you'd do: > > ``` > mvn gwt:devmode -pl *-client -am -Dnoserver > ```...
Ah, thank you @tbroyer . Yes, that was the issue. Now with: ``` net.ltgt.gwt.maven gwt-maven-plugin false ${basedir}/mywebapp-server/target/classes/launcherDir/ ${basedir}/mywebapp-server/target/classes/launcherDir/ ``` And now it still works great after a `mvn clean`.
> @craigmit the error is about deleting temporary local files on your laptop. It has nothing to do with any online files or apps. Ah, thanks. I misunderstood. Post deleted....
Same exception as @kromit . openapi-generator-maven-plugin `7.0.1`. Win11. Maven `3.6.3`. Java `17.0.6`. OpenAPI `3.1.0` - falling back to `3.0.3`.
I second this. I was expecting fixes for: - https://github.com/google/closure-compiler/commit/5aadfa78592a2778ae4cac52613fb9238228b3e8 - https://github.com/google/closure-compiler/commit/b57e0aa8dd36a581b23d4cbff6651aedabd5bff5 in release `1.3.0`, but no luck as it's stuck on an old closure version. Please update https://github.com/google/elemental2/blob/master/MODULE.bazel#L43 Thanks!