Hi,

The GWT documentation 
<http://www.gwtproject.org/doc/latest/DevGuideOrganizingProjects.html#DevGuideHostPage>
 
describes the project layout using Eclipse, but I have a couple of 
questions when transposing it into the maven project layout (using the 
tbroyer plugin):

- where is the public folder located in the maven project layout? I tried 
different places (such as src/public, src/main/public, 
src/main/resources/public) but it was never found by the compiler

- where can I put my host page and other html/css sources files? The 
documentation talks about the war folder, but this directory seems to be 
the webappDirectory in the tbroyer plugn, so it's a an output directory 
under the target folder which is not a good place for sources files (they 
are erased with maven clean).

Thanks

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to