简体   繁体   中英

gwt maven compile doesn't generates entry point html file

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM