gwt-interop-utils release on Maven Central

2016-06-18 Thread Paul Stockley
I have pushed an initial version of gwt-interop-utils to Maven Central. Thanks for everyone's feedback. I have incorporated what I think makes sense. The documentation has been updated to reflect the changes. I am sure the library will evolve as GWT2.8 gets closer to release and we see what ele

gwt-connectors: How to find out which widgets a connector is conntected?

2016-06-18 Thread 'Janine Joachim' via GWT Users
I have a panel where i can add widgets and connectors. How can I programmatically find out which widgets are connected to other widgets? I have tried the following: Connector con = new Connector(x, y, 500, y, null, new SectionDecoration(DecorationType.ARROW_SOLID)); con.style = ConnectorStyle.S

Re: Compiling GWT source code - [ERROR] Unable to find class java/lang/Object

2016-06-18 Thread Jens
You have to build it without samples for now. To do so use "ant dist-dev" -- J. -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@goog

Compiling GWT source code - [ERROR] Unable to find class java/lang/Object

2016-06-18 Thread Jaroslav Záruba
Would anyone know what is the usual culprit of this when trying to compile GWT from source? D:\gwt\trunk>ant ... gwtc: [java] Compiling module com.google.gwt.sample.dynatable.DynaTable [java]Ignored 79 units with compilation errors in first pass. [java] Compile with -strict or