java - gwt maven compile doesn't generates entry point html file -
i have been working on gwt , maven. have created maven project without archetype , have configured gwt-maven-plugin successfully.
when compile or run project, without errors or warnings.
however, on gwt:compile
can't generate entrypointfilename.html
file. so, 404 error occurs in browser.
are there suggestions or solutions fixing this?
gwt (and gwt-maven-plugin) doesn't generate html host page; that's you have provide. you're experiencing expected behavior.
Comments
Post a Comment