both requires gwt-dnd (I have gwt-dnd-3.3.4), but when trying to load the app am getting this Warning and the connected graph is not shown at all or doesn't function as expected:
GET /recompile/gwt_connectors_demo
Job com.gwt.connector.demo.GWT_Connectors_Demo_1_0
starting job: com.gwt.connector.demo.GWT_Connectors_Demo_1_0
binding: user.agent=safari
Compiling module com.gwt.connector.demo.GWT_Connectors_Demo
Computing all possible rebind results for 'com.allen_sauer.gwt.dnd.client.util.DragClientBundle'
Rebinding com.allen_sauer.gwt.dnd.client.util.DragClientBundle
Invoking generator com.google.gwt.resources.rebind.context.InlineClientBundleGenerator
Preparing method css
The following problems were detected
[WARN] Line 63 column 30: encountered "=". Was expecting one of: "+" "-" "," "/" ")"
Unification traversed 18644 fields and methods and 1738 types. 1706 are considered part of the current module and 1706 had all of their fields and methods traversed.
Compiling 1 permutation
Compiling permutation 0...
Linking per-type JS with 1690 new types.
prelink JS size = 3018555
prelink sourcemap = 3018555 bytes and 83179 lines
postlink JS size = 2888358
postlink sourcemap = 2888358 bytes and 79719 lines
Source Maps Enabled
Compile of permutations succeeded
Compilation succeeded -- 8.958s
Hi, I'm trying to use a gwt connected graph, I tried so far 2 gwt projects: 1) gwt-connector (https://code.google.com/archive/p/gwt-connectors/) 2) gwt-links (https://code.google.com/archive/p/gwt-links/wikis/GettingStarted.wiki)
both requires gwt-dnd (I have gwt-dnd-3.3.4), but when trying to load the app am getting this Warning and the connected graph is not shown at all or doesn't function as expected:
PSB
185
https://groups.google.com/forum/#!topic/gwt-connectors/YOBhi7VXRjU
Please advice how can I resolve it...
B.R.