Wednesday, March 25, 2026

Re: HELP ! need to go from java 11 to 21.



On Wednesday, March 25, 2026 at 3:30:45 PM UTC+1 Colin Alworth wrote:
It looks like you need to run the I18nCreator to create your messages .java file from the .properties file. The new plugin doesn't do this for you or have a goal to support it, instead you need to invoke it directly via the exec-maven-plugin.

As I said in those issues, I highly suggest "owning" the code rather than having it generated at build time. So rather than hacking around in the POMs to call those tools on each build, I suggest "just" copying what the org.codehaus.mojo:gwt-maven-plugin generates into your own codebase and call it a day.

--
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/1d0cac8a-c7ec-417f-8520-998cec7d76f8n%40googlegroups.com.

No comments:

Post a Comment