GWT 2.3.0 rebinding warnings

2011-05-04 Thread nokostar
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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: GWT 2.3.0 rebinding warnings

2011-05-04 Thread Fred Sauer
nokostar,

This message is a warning and can (for the time being) be safely
ignored. The message is due to the new user.agent property ie9 which was
introduced (http://code.google.com/webtoolkit/release-notes.html). The
message is telling you that the GWT compiler went ahead and assumed you the
ie8 version will suffice.

You may see similar messages from any other third party libraries you use,
or even from your own applications.

Hope that helps
Fred


On Wed, May 4, 2011 at 1:03 PM, nokostar courage.n...@gmail.com wrote:

 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 google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 
Fred Sauer
Developer Advocate
Google Inc.
1600 Amphitheatre Parkway
Mountain View, CA 94043
fre...@google.com

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.