Friday, September 21, 2012

Re: Error when running my application under GWT 2.5 RC

When I take a second look to the log, I see that that the problem is with the gquery-dnd-bundle-1.0.5.jar. It doesn't support GWT 2.5 yet

On Saturday, September 15, 2012 5:38:53 PM UTC-4, Moutellou wrote:
I got this error when I run my application undex GWT 2.5 RC. The application contains Celltables, DataGrids and CellTables but the error point to a Class in the GWT SDK

 Finding entry point classes
      [ERROR] Errors in 'jar:file:/C:/Users/simo/workspace/M3T/war/WEB-INF/lib/gquery-dnd-bundle-1.0.5.jar!/com/google/gwt/user/cellview/client/CellTreeNodeView.java'
         [ERROR] Line 99: The type CellTreeNodeView<T>.NodeCellList<C>.View must implement the inherited abstract method HasDataPresenter.View<C>.replaceAllChildren(List<C>, SelectionModel<? super C>, boolean)
         [ERROR] Line 99: The type CellTreeNodeView<T>.NodeCellList<C>.View must implement the inherited abstract method HasDataPresenter.View<C>.replaceChildren(List<C>, int, SelectionModel<? super C>, boolean)
      [ERROR] Unable to find type 'com.tb.ttt.client.M3T'
         [ERROR] Hint: Previous compiler errors may have made this type unavailable
         [ERROR] Hint: Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly

I have no clue where to look

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

No comments:

Post a Comment