GWT Maven Plugin (tbroyer) on windows in combination with Jetty

2017-11-07 Thread DavidN
I have my project configured to launch SDM and Jetty from Maven. Whenever I make changes to the UI code and reload the browser window I get an error from SDM: [INFO] GET /recompile/multitenantapp [INFO]Job com.swift.cloud.platform.ui.multitenant.MultitenantApp_1_2 [INFO] starting job

Re: GWT Maven Plugin (tbroyer) on windows in combination with Jetty

2017-11-07 Thread Thomas Broyer
See https://www.eclipse.org/jetty/documentation/9.4.x/troubleshooting-locked-files-on-windows.html In DevMode, we're setting the (undocumented afaict) webappcontext's init-param (https://github.com/gwtproject/gwt/blob/2.8.2/dev/core/src/com/google/gwt/dev/shell/jetty/JettyLauncher.java#L539-L541

Re: GWT Maven Plugin (tbroyer) on windows in combination with Jetty

2017-11-07 Thread DavidN
Thanks Thomas: the first example works! Maybe you should include it in your maven archetypes ? (Or maybe that is already the case - I don't have access to the latest versions from my dev env) On Tuesday, November 7, 2017 at 11:29:08 AM UTC+1, Thomas Broyer wrote: > > See > https://www.eclipse

Re: I'm enhancing GWT to provide Java stack traces for clientside exceptions in production

2017-11-07 Thread Alex Epshteyn
This project is now on GitHub: https://github.com/aepshteyn/gwt-stack-trace-kit You can download the stack-trace-enabled GWT 2.5.0 SDK from the project releases. If anyone would like to con