I am upgrading to GWT 2.3 and compiling the modules produces a warning with one of the dependencies. Does anyone know the potential side effect of this and/or potential work around?
Scanning for additional dependencies: jar:gwt-log-3.1.2.jar!/com/ allen_sauer/gwt/log/client/util/DOMUtil.java Computing all possible rebind results for 'com.allen_sauer.gwt.log.client.util.impl.DOMUtilImpl' Rebinding com.allen_sauer.gwt.log.client.util.impl.DOMUtilImpl Could not find an exact match rule. Using 'closest' rule <replace-with class='com.allen_sauer.gwt.log.client.util.impl.DOMUtilImplIE6'/> based on fall back values. You may need to implement a specific binding in case the fall back behavior does not replace the missing binding Compiling 6 permutations Compiling permutation 0... Compiling permutation 1... Compiling permutation 2... Compiling permutation 3... Compiling permutation 4... Compiling permutation 5... Compile of permutations succeeded Linking into /build/www/testmodule Link succeeded Compilation succeeded -- 120.036s -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
