Is this project still in development? GWT 2.5.1 Compatibility?

125 views
Skip to first unread message

Matthew Sudol

unread,
Oct 9, 2013, 10:30:32 AM10/9/13
to gwt-con...@googlegroups.com
I was interested in using connectors, I have gwt 2.5.1 and have been learning as much I can about gwt. I've worked with the gwtDnD library but I would really like to be able to use connectors.  I've set it up but have found an issue with the hello world example that I can't seem to resolve.

The lines:

        // If you want to have some elements already connected
        ConnectionPoint imageConnectionPoint = shapeForLabel.connectionPoints[Shape.E];
        ConnectionPoint labelConnectionPoint = shapeForImage.connectionPoints[Shape.W];

Are throwing an error in eclipse of:

   "The type of the expression must be an array type but it resolved to List<ConnectionPoint>"

and if i try to startup I also get this in console:

Loading modules
   com.myproject.test03.Test03
      Loading inherited module 'com.myproject.test03.Test03'
         Loading inherited module 'pl.tecna.gwt.connectors.client.Connector'
            [ERROR] Unable to find 'pl/tecna/gwt/connectors/client/Connector.gwt.xml' on your classpath; could be a typo, or maybe you forgot to include a classpath entry for source?
         [ERROR] Line 21: Unexpected exception while processing element 'inherits'


I'm a relative newbie, so any help that is clear and concise would be appreciated.  I have the inherits line in my xml like i think it should be..  not sure what i'm doing wrong.

Thanks.




Piotr Ostrowski

unread,
Oct 9, 2013, 10:55:21 AM10/9/13
to gwt-con...@googlegroups.com
Yes, project is still in development and is compatible with the newest GWT.

Use the example from tester-webapp subproject sources:

The example in project page is outdated, but will be updated as soon as possible.

Matthew Sudol

unread,
Oct 9, 2013, 1:08:10 PM10/9/13
to gwt-con...@googlegroups.com
Thank you! I can't wait to try it out!
Reply all
Reply to author
Forward
0 new messages