On Sunday, March 9, 2014 1:09:23 AM UTC+1, Thomas Broyer wrote: > > Hi all, > > The update from Jetty 6 to Jetty 8 wasn't without regressions. One of them > is a classloader issue. > > First, when starting DevMode, sometimes (IIRC, not for all projects, might > be because I tried with a WEB-INF/jetty-web.xml), it starts with: > > [WARN] Server resource 'org/eclipse/jetty/xml/configure_6_0.dtd' could not > be found in the web app, but was found on the system classpath > [WARN] Adding classpath entry > 'file:/home/tbr/.m2/repository/com/google/gwt/gwt-dev/2.6.0/gwt-dev-2.6.0.jar' > > to the web app classpath for this session > > Which is… bad! (it's gwt-dev.jar here!) > and is btw probably the cause of > https://code.google.com/p/google-web-toolkit/issues/detail?id=8526 (the > other known regression) >
Tried the "Hello" sample, it starts with: [WARN] Server class 'org.eclipse.jetty.servlet.listener.ELContextCleaner' could not be found in the web app, but was found on the system classpath [WARN] Adding classpath entry 'file:/C:/Users/MRO/Downloads/gwt-2.6.0/gwt-2.6.0/gwt-dev.jar' to the web app classpath for this session For additional info see: file:/C:/Users/MRO/Downloads/gwt-2.6.0/gwt-2.6.0/doc/helpInfo/webAppClassPath.html -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
