@Thomas : yes, that works too as it is stated in your documentation. Thanks.
@Colin : Thanks for the hint. You're right, I added these 2 dependencies :
<dependency>
<groupId>com.google.j2objc</groupId>
<artifactId>j2objc-annotations</artifactId>
<optional>false</optional>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.26.1</version>
</dependency
Now *mvn install *executes successfully.
Thanks
Mnamo Jumatatu, 1 Aprili 2024 saa 18:23:21 UTC-3 Thomas Broyer aliandika:
> On Saturday, March 30, 2024 at 11:01:46 PM UTC+1 [email protected] 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 the old project I want to migrate uses the old version of
> mojo gwt-maven plugin and that's where the module is. Could that also be
> part of my issue? I specified the path like that because the with Tbroyer
> version, the gwt xml module file is not in the same place.
>
>
> If you have a complete module file, you should rather skip the
> `generate-module` goal by setting <skipModule>true</skipModule> rather than
> defining <moduleTemplate> (see
> https://tbroyer.github.io/gwt-maven-plugin/migrating.html)
>
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-web-toolkit/ffc0ba73-5e85-4a23-8a5e-3104256ae405n%40googlegroups.com.