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,
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 ?
Code:
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
We are using GWT 2.7 and SmartGWT 4.1
Can you please suggest how to resolve it ?
Comment