0
votes

I have been working on GWT and Maven. I have created a Maven project without any archetype and have configured it with gwt-maven-plugin successfully.

When I compile or run the project, it successfully does everything without any errors or warnings.

However, on gwt:compile it can't generate EntryPointFileName.html file. So, a 404 error occurs in the browser.

Are there any suggestions or solutions for fixing this?

1
Should I share you pom.xml or you will share the part of your pom.xml specially for compilation. - Braj

1 Answers

1
votes

GWT (and thus the gwt-maven-plugin) doesn't generate the HTML host page; that's something you have to provide. What you're experiencing is the expected behavior.