Re: Had a problem trying GWT 2.11.0

2024-02-05 Thread Thomas Broyer
Just published version 2024.2.5 of the archetypes that adds a DOCTYPE linking to the DTD to the context.xml. I could reproduce the jetty_overlays error in env=prod, but that really looks like a bug in the jetty-maven-plugin (and creating the directory allows the server to start, but it was

Re: Had a problem trying GWT 2.11.0

2024-02-05 Thread 'tim_mac...@yahoo.co.uk' via GWT Users
I also found that out eventually. Another thing: The server module needs /target /jetty_overlays folder for running env-prod. On Sunday, February 4, 2024 at 5:43:59 PM UTC jamal@gmail.com wrote: > After generating a project skeleton using the latest gwt-maven-archetypes >

Had a problem trying GWT 2.11.0

2024-02-04 Thread jamal....@gmail.com
After generating a project skeleton using the latest gwt-maven-archetypes , done the usual: - mvn gwt:codeserver -pl *-client -am - mvn jetty:run -pl *-server -am -Denv=dev The first command executed without problems, however the second one failed