On Monday, May 9, 2016 at 7:51:45 AM UTC+2, Alexander Leshkin wrote: > > воскресенье, 8 мая 2016 г., 23:07:37 UTC+3 пользователь Thomas Broyer > написал: >> >> Not sure I understand your concern: Jetty is no longer bundled in gwt-dev >> in 2.8.0-SNAPSHOT (Maven artifacts only) > > > I mean gwt-dev from SDK which is used in eclipse plugin. >
Eclipse plugin will use Maven dependencies if you use Maven (I suppose that won't be the case if you use Gradle or Ivy though). There are alternatives too: - put Jetty 9.2.15+ ahead of gwt-dev in the runtime classpath to shadow the bundled classes - don't add GWT SDK library from GPE, dismiss the error that it's missing; if that disables the "run as… → web application", then just create a "java application" launcher "by hand". If we were to update Jetty again, I suppose we'd rather jump to 9.3 than just a bugfix release. Also, GPE can be fixed/updated to detect GWT from the build path and/or support Gradle builds, now that Eclipse comes with Buildship bundled. -- 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/1893c9c9-4ca8-4574-baed-d6c344e5db51%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
