olgagrinberg / gwtquery-plugins

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

Compilation Issue - Conflice with CellTreeNodeView (gwtquery version) and CellTreeNodeView<T> (google version) #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Added jar to build path (and in WEB-INF/lib of war)
2. Added <inherits.. in project 
3. run app

What is the expected output? What do you see instead?
Not a compilation error.
java.lang.Error: Unresolved compilation problems: 
    The type com.google.gwt.user.cellview.client.CellTreeNodeView is not visible
    CellTreeNodeView cannot be resolved to a type
    The constructor DragAndDropCellTreeNodeView<T>(DragAndDropCellTree, CellTreeNodeView<?>, TreeViewModel.NodeInfo<T>, Element, T) refers to the missing type CellTreeNodeView

What version of the product are you using? On what operating system?
OS X 10.6, GWT 2.1.1, JDK 1.6, gquery-dnd-bundle-1.0.2.jar

Please provide any additional information below.
It appears that the gwtquery version of CellTreeNodeView does not use generics, 
but the gwt version does.  Why the same name and same package yet different 
definitions?

Original issue reported on code.google.com by ricardo....@gmail.com on 17 Jan 2011 at 7:50

GoogleCodeExporter commented 9 years ago
The droppable plugins needs to override few gwt classes to make some classes 
visible. So ensure that the gquery-dnd-bundle.jar or droppable.jar are set 
before the gwt jars file in the compilation classpath. 

Original comment by julien.d...@gmail.com on 18 Jan 2011 at 6:12

GoogleCodeExporter commented 9 years ago

Original comment by julien.d...@gmail.com on 21 Jan 2011 at 3:47