Wednesday, April 23, 2025

Re: Migrating maven gwt plugin

Can you confirm what version of GWT last successfully worked for you? Did you change anything else at the same time?

The GWT 2.12.2 release changed very little over 2.12.1, so it seems likely that you made bigger changes than just this version bump. From the issue tracker, the old gwt-maven-plugin didnt work with GWT 2.11 either, so likely you changed from GWT 2.10 (or older), and possibly made other changes too?

What happens if you directly run the generateAsync goal, are there log messages that might give hints here?

On Wednesday, April 23, 2025 at 8:20:39 AM UTC-5 simon....@infoshare-is.com wrote:
With the release of GWT 2.12, the old (legacy) GWT maven plugin has stopped working, and I need to migrate to the new (tbroyer?) plugin.

As a result of this change, I am getting a lot of "cannot find symbol" errors:

cannot find symbol
  symbol:   class CCServiceAsync
  location: package com.infoshare.clearcore.client.services

These appear to be the asynchronous services that the client uses to contact the backend, and that I think were previously generated by the "generateAsync" goal.

How do I get rid of these errors?

Simon

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/google-web-toolkit/455f7f5f-80f0-4b5c-924f-8f110abb8af4n%40googlegroups.com.

No comments:

Post a Comment