Re: How interpret error messages?

2022-07-21 Thread mmo
Sorry - if you get this twice - I accidentally have hit the PostMessage button before and had to delete the message again. Just tried to dig deeper here: the gwt-user.jar contains a file /org/hibernate/validator/HibernateValidator.gwt.xml. In the GWT-file I see a section ...

Re: How interpret error messages?

2022-07-21 Thread mmo
Just tried to dig deeper here: the gwt-user.jar contains a file /org/hibernate/validator/HibernateValidator.gwt.xml. In the GWT-file I see a section ... ... The File NodeImpl.java, however, is NOT contained in that .jar. On Thursday, July 21, 2022 at 6:39:11 PM U

How interpret error messages?

2022-07-21 Thread mmo
When I compile my application with failOnError=true and logLevel=TRACE I see errors like this: ... [INFO]Tracing compile failure path for type 'org.hibernate.validator.engine.PathImpl' [INFO] [ERROR] Errors in 'jar:file:/D:/m2repository/rjp/org/gwtproject/gwt-user/2.10.0/gwt-user-2.10

Re: Startup error: Object of class 'com.google.gwt.dev.shell.jetty.JettyLauncher.WebAppContextWithReload' is not of type 'org.eclipse.jetty.webapp.WebAppContext'.

2022-07-21 Thread mmo
OK - thanks for letting me know! I interpret that such that gwt:run and gwt:debug aren't working/supported anymore, right? Do you test and develop in a Tomcat or what's your preferred setup? On Thursday, July 21, 2022 at 1:33:53 PM UTC+2 t.br...@gmail.com wrote: > If you need anything specific,

Re: Startup error: Object of class 'com.google.gwt.dev.shell.jetty.JettyLauncher.WebAppContextWithReload' is not of type 'org.eclipse.jetty.webapp.WebAppContext'.

2022-07-21 Thread Thomas Broyer
If you need anything specific, don't use the embedded Jetty. You have a jetty-web.xml so I assume you need "something specific" → don't use the embedded Jetty. (it might be that this was plain broken in 2.10 when upgrading the Jetty version, but the last time I had to work on this –that was year