Yes, thats correct. The issue is with including jackson annotation sources, which works fine otherwise in gwtjackson.
On Monday, September 12, 2016 at 3:42:54 AM UTC-4, DavidN wrote: > > As far as I know GWT does not emulate String.format. > > On Sun, 11 Sep 2016 at 22:49, harshyadav <[email protected] <javascript:>> > wrote: > >> Hi, >> >> I am trying to migrate to the gwt-maven-plugin (net.ltgt.gwt.maven). >> >> With a few hiccups and reading thru the documentation, I am able to get a >> modular app up and running. >> >> However, with gwtjackon am not able to include the jackson annotation >> sources thru maven dependencies. >> >> [INFO] Tracing compile failure path for type >> 'com.fasterxml.jackson.annotation.JsonIgnoreProperties' >> >> [INFO] [ERROR] Errors in >> 'com/fasterxml/jackson/annotation/JsonIgnoreProperties.java' >> >> [INFO] [ERROR] Line 374: The method format(String, Set<String>, >> boolean, boolean, boolean, boolean) is undefined for the type String >> >> [INFO] Module setup completed in 7807 ms >> >> >> >> Any help on this would be great! >> >> >> Thanks. >> > -- 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.
