After upgrading to 2.8.1 i get the folling error: [INFO] at com.google.gwt.dev.Compiler$1.run(Compiler.java:118) [INFO] at com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:55) [INFO] at com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:50) [INFO] at com.google.gwt.dev.Compiler.main(Compiler.java:125) [INFO] Caused by: java.lang.NoClassDefFoundError: com/google/gwt/user/rebind/rpc/BlacklistTypeFilter$RpcBlacklist [INFO] at com.google.gwt.user.rebind.rpc.BlacklistTypeFilter.<init>(BlacklistTypeFilter.java:66) [INFO] at com.google.gwt.user.rebind.rpc.ProxyCreator.create(ProxyCreator.java:282) [INFO] at com.google.gwt.user.rebind.rpc.ServiceInterfaceProxyGenerator.generateIncrementally(ServiceInterfaceProxyGenerator.java:67) [INFO] at com.google.gwt.dev.javac.StandardGeneratorContext.runGeneratorIncrementally(StandardGeneratorContext.java:739) [INFO] at com.google.gwt.dev.cfg.RuleGenerateWith.realize(RuleGenerateWith.java:103) [INFO] at com.google.gwt.dev.shell.StandardRebindOracle$Rebinder.rebind(StandardRebindOracle.java:78) [INFO] at com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:262) [INFO] at com.google.gwt.dev.shell.StandardRebindOracle.rebind(StandardRebindOracle.java:251) [INFO] at com.google.gwt.dev.PrecompilationContextCreator$1.getAllPossibleRebindAnswers(PrecompilationContextCreator.java:86)
BUt that class is present. Anybody an idea on what could be causing this? Marteijn Op dinsdag 25 april 2017 21:30:21 UTC+2 schreef Colin Alworth: > > I'm very pleased to announce the release of GWT 2.8.1. This contains many > bugfixes and a few enhancements to JsInterop. > > > Highlights from release notes: > > - > > Elemental1's JSON parser now correctly throws an exception when a > string, object, or array is not correctly ended. > - > > Support filtering JsInterop types for export, with whitelist/blacklist > and wildcards. The -generateJsInteropExport flag is still used to > enable the feature, but -includeJsInteropExport and > -excludeJsInteropExport now exist to specify packages with optional * > wildcards. Later arguments and patterns override earlier ones. > - > > Support "*" (any) and "?" (unknown) types as a JsType native name. The > "Unknown" type can be preferred over Object if the type is unknown, while > "any" is preferred supertype of any JS type, including primitives. > > > Additionally, this supports the recent beta release of jsinterop.base and > elemental2, available from Maven Central. > > > Please check out the full release notes > <http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_1>, then > download the release zip <https://goo.gl/TysXZl> or update your project > to get version 2.8.1 from Maven Central. > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
