To be honest I don't even understand full extend of the problem, I mostly followed what is already there. We don't use most of this stuff internally.
I trust you making the best choice for external users and I'm fine with it as long as it doesn't break internal users. On Sat, Mar 8, 2014 at 5:12 PM, Thomas Broyer <[email protected]> wrote: > > > 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. > -- 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.
