Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    SmartGWT project having multiple entrypoints giving error when building with maven

    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,

    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
    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 ?

    #2
    SmartGWT 4.1 is far too old to be using for new development. Upgrade to a more recent version.

    Once you have the more recent version, see the docs for our Maven Support. We have no idea what you're doing with Maven but right now it looks like just basic problems not related to SmartGWT. However recent versions of SmartGWT have extra Maven support that handles basically everything for you.

    Comment

    Working...
    X