Wednesday, April 23, 2025

Migrating maven gwt plugin

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/39beb11b-4915-4166-b35e-1e6d6b8c85a5n%40googlegroups.com.

No comments:

Post a Comment