jijo-paulose / gwtupload

Automatically exported from code.google.com/p/gwtupload
Other
0 stars 0 forks source link

warning message popup when compile with gwt 2.3 #107

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
below is part of the waring msg though it has no effect of the final build 
result , it is annoying somehow :(

gwtc:
     [java] Compiling module com.laba.LabaEntry
     [java]    Scanning for additional dependencies: jar:file:/E:/laba/office_sv
n/trunk/labaweb/war/WEB-INF/lib/gwt-uploader.jar!/gwtupload/client/DecoratedFile
Upload.java
     [java]       Computing all possible rebind results for 'gwtupload.client.De
coratedFileUpload.DecoratedFileUploadImpl'
     [java]          Rebinding gwtupload.client.DecoratedFileUpload.DecoratedFil
eUploadImpl
     [java]             Could not find an exact match rule. Using 'closest' rule
 <replace-with class='gwtupload.client.DecoratedFileUpload.DecoratedFileUploadIm
plClick'/> based on fall back values. You may need to implement a specific bindi
ng in case the fall back behavior does not replace the missing binding
     [java]          Rebinding gwtupload.client.DecoratedFileUpload.DecoratedFil
eUploadImpl
     [java]             Could not find an exact match rule. Using 'closest' rule
 <replace-with class='gwtupload.client.DecoratedFileUpload.DecoratedFileUploadIm
plClick'/> based on fall back values. You may need to implement a specific bindi
ng in case the fall back behavior does not replace the missing binding
     [java]          Rebinding gwtupload.client.DecoratedFileUpload.DecoratedFil
eUploadImpl
     [java]             Could not find an exact match rule. Using 'closest' rule
 <replace-with class='gwtupload.client.DecoratedFileUpload.DecoratedFileUploadIm
plClick'/> based on fall back values. You may need to implement a specific bindi
ng in case the fall back behavior does not replace the missing binding
     [java]    Compiling 18 permutations
     [java]       Compiling permutation 0...

Original issue reported on code.google.com by Jared.Li...@gmail.com on 26 May 2011 at 7:49

GoogleCodeExporter commented 9 years ago
I'm seeing this with gwtupload 0.6.3-compat and GWT 2.3.0

Original comment by tgdav...@gmail.com on 10 Jun 2011 at 3:43

GoogleCodeExporter commented 9 years ago
This is a warning, so do not worry about it.
To avoid the message put this in your .gwt.xml file
   <replace-with class="gwtupload.client.DecoratedFileUpload.DecoratedFileUploadImplClick">
     <when-type-is class="gwtupload.client.DecoratedFileUpload.DecoratedFileUploadImpl"/>
     <when-property-is name="user.agent" value="ie9"/>
   </replace-with>

Original comment by manuel.carrasco.m on 5 Jul 2011 at 12:25

GoogleCodeExporter commented 9 years ago
fixed in r928

Original comment by manuel.carrasco.m on 5 Jul 2011 at 12:26

GoogleCodeExporter commented 9 years ago
Wow thanks a lot!

Original comment by dto...@gmail.com on 7 Oct 2011 at 1:20