Am Montag, 15. Dezember 2014 14:45:11 UTC+1 schrieb Michael Vogt: > > Hello. > > Any work going on to solve > https://gwt-review.googlesource.com/#/c/7856/ > <https://gwt-review.googlesource.com/#/c/7856/> >
Unfortunately not. I tried different approaches, but they all failed, because GWT depends on Jetty 8. The most promising approach was to not package Jetty in gwt-dev at all, and maintain two different codeserver versions targeting Jetty 8 & Jetty 9. And by not shipping asm library in gwt-dev.jar in 2.7 was steps in the same direction. While viable option, this approach was abandoned, after codeserver itself was shipped in gwt-dev.jar. While all "straight forward" ways to get GWT + SDM + Jetty9 up and running failed, there is a hack: 1. strip outdated Jetty 8 from gwt-dev.jar 2. add dependency to Jetty 9 3. replace one source file from codeserver with this version [1] See these changes for glory details [2], [3]. [1] https://gerrit.googlesource.com/gerrit/+/master/gerrit-gwtdebug/src/main/java/com/google/gwt/dev/codeserver/WebServer.java [2] https://gerrit-review.googlesource.com/57642 [3] https://gerrit-review.googlesource.com/59354 -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/b6a15c6c-47ef-47dd-b70e-75711c75b633%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
