Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » GEF build problem
GEF build problem [message #63801] Sun, 09 February 2003 20:34 Go to next message
yinglcs is currently offline yinglcsFriend
Messages: 64
Registered: July 2009
Member
I get all the files in CVS for GEF, but I can't build the file
DomainEventDispatcher.java.

I got the following errors. I build it with Eclipse 2.1 M5. Is there some
changes in the class SWTEventDispatcher in Eclipse 2.1 M5 which causes these
compilation error?

Thank you.


This class must implement the inherited abstract method
EventDispatcher.getCursorTarget(), but cannot override it since it is not
visible from DomainEventDispatcher. Either make the type abstract or make
the inherited method visible.

This class must implement the inherited abstract method
EventDispatcher.getMouseTarget(), but cannot override it since it is not
visible from DomainEventDispatcher. Either make the type abstract or make
the inherited method visible.

This class must implement the inherited abstract method
EventDispatcher.releaseCapture(), but cannot override it since it is not
visible from DomainEventDispatcher. Either make the type abstract or make
the inherited method visible.

This class must implement the inherited abstract method
EventDispatcher.setCapture(IFigure), but cannot override it since it is not
visible from DomainEventDispatcher. Either make the type abstract or make
the inherited method visible.

This class must implement the inherited abstract method
EventDispatcher.updateCursor(), but cannot override it since it is not
visible from DomainEventDispatcher. Either make the type abstract or make
the inherited method visible.
Re: GEF build problem [message #63826 is a reply to message #63801] Sun, 09 February 2003 23:05 Go to previous message
Eclipse UserFriend
Originally posted by: none.us.ibm.com

The code is fine. M5 is broken.

(No you know why I was asking you how you were able to build GEF with M5 in
your thread below)
Previous Topic:Using ChopBoxAnchor in GEF 0206
Next Topic:Plan updated on website
Goto Forum:
  


Current Time: Mon Jul 22 07:43:38 GMT 2024

Powered by FUDForum. Page generated in 0.03869 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top