Wednesday, April 29, 2020

Building SmartGWT project having multiple entry points with maven giving issue

We have an enterprise UI application built with SmartGWT. It is having gwt.xml files with multiple entrypoints. Till now we were using ant to build the project and it was working fine. We would like to move to maven but it is giving below error,

Finding entry point classes


[INFO]       [ERROR] Hint: Check that the type name '(path of one of the entry point)' is really what you meant


[INFO]       [ERROR] Hint: Check that your classpath includes all required source roots

Please note that i have removed the actual path which it shows in the error message.

We are using GWT 2.7 and SmartGWT 4.1

Can you please suggest how to resolve it ?

--
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 on the web visit https://groups.google.com/d/msgid/google-web-toolkit/9d4c9f72-d2cb-438d-8f20-545b88a90aa6%40googlegroups.com.

No comments:

Post a Comment