Gotlifebar / gwtquery-plugins

Automatically exported from code.google.com/p/gwtquery-plugins
0 stars 0 forks source link

Compile error #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Scanning for additional dependencies: 
jar:file:/Users/kenny/Downloads/gquery-dnd-bundle-1.0.4.jar!/gwtquery/plugins/dr
aggable/client/DraggableHandler.java
      Computing all possible rebind results for 'gwtquery.plugins.draggable.client.impl.DraggableHandlerImpl'
         Rebinding gwtquery.plugins.draggable.client.impl.DraggableHandlerImpl
            Could not find an exact match rule. Using 'closest' rule <replace-with class='gwtquery.plugins.draggable.client.impl.DraggableHandlerImplIE8'/> 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

-I'm using gquery-dnd-bundle-1.0.4.jar
-I've added this: <inherits name='gwtquery.plugins.droppable.Droppable'/>
-gquery-dnd-bundle-1.0.4.jar is ordered before the GWT Library

Original issue reported on code.google.com by kennydur...@gmail.com on 8 Oct 2011 at 7:12

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hi, I get the same error while compilation.

Original comment by PeterTur...@gmail.com on 14 Oct 2011 at 9:49

GoogleCodeExporter commented 8 years ago
This likely is because you have IE9 listed as one of your browsers and there is 
no IE9 specific rule for that replacement. The way IE9 support was implemented 
is that it intentionally falls back to IE8 if no IE9 implementation found, but 
you get this warning.

Original comment by cth...@gmail.com on 14 Oct 2011 at 6:28

GoogleCodeExporter commented 8 years ago
it's normally not a compile errors but a warning errors.
But anyway, we should change the code to remove this warning

Original comment by julien.d...@gmail.com on 24 Oct 2011 at 9:33

GoogleCodeExporter commented 8 years ago
Hi, some news on this? May I safely ignore this?

Original comment by mauro.no...@gmail.com on 24 Jul 2012 at 1:56

GoogleCodeExporter commented 8 years ago
it's a warning so yes you cqn ignore it. We should fix the "issue" in the future

Original comment by julien.d...@gmail.com on 24 Jul 2012 at 8:25

GoogleCodeExporter commented 8 years ago
Any news on this?

Original comment by benjamin...@gmail.com on 6 Dec 2013 at 11:03