GWT 2.6.1
Just upgraded to 2.6.1 and ran into the following when trying to
build with gwt-log-3.1.3.jar.
[java] [ERROR] Errors in 'com/allen_sauer/gwt/log/client/util/DOMUtil.java'
[java] [ERROR] Line 33: Rebind result 'com.allen_sauer.gwt.log.client.util.impl.DOMUtilImpl' cannot be abstract
[java] Computing all possible rebind results for 'com.google.gwt.cell.client.ImageCell.Template'
[java] Rebinding com.google.gwt.cell.client.ImageCell.Template
[java] Invoking generator com.google.gwt.safehtml.rebind.SafeHtmlTemplatesGenerator
[java] Constructing interface com.google.gwt.cell.client.ImageCell.Template
[java] Generating method body for img()
[java] Template with variable in URL attribute context: The template code generator will sanitize the URL. Use SafeUri to specify arguments in a URL attribute context that should not be sanitized.
BUILD FAILED
D:\build\build.xml:3222: Java returned: 1
Please let me know solution for this.