On Wednesday, September 21, 2016 at 11:46:25 AM UTC+2, stuckagain wrote: > > It looks like some changes to JSInterop are breaking my build.... > > Compiling module com.swift.common.paging.PagingTest.JUnit > Ignored 1 unit with compilation errors in first pass. > Compile with -strict or with -logLevel set to TRACE or DEBUG to see all > errors. > Errors in com/google/gwt/emul/java/lang/String.java > [ERROR] Line 165: 'String.NativeFunction > String.getFromCharCodeFunction()' has invalid namespace '<window>'. > [ERROR] Line 757: 'String.NativeString' has invalid namespace > '<window>'. >
Make (extra)sure you have the latest gwt-dev as well. > Additionally, how can I enable strict mode for GWTTestCases when using > tbroyer's maven plugin ? > This actually is not possible, and a limitation of GWT itself (JUnitShell doesn't support -strict or -failOnError). -- 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/e3ffcc03-8b4b-4cc1-b9eb-936d0232dde3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
