Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gmf-dev] Runtime Figure-Execution Error

Hi,

 

i created an Editor according to the Tutorial. The Editor worked fine until I changed the rectangle figures to roundedRectangle figures.

When I execute the editor now, it is not possible to add figures to the canvas. (in the runtime environment)

The following execution occurs:

 

execute

 

org.eclipse.core.commands.ExecutionException: While executing the operation, an exception occurred

at org.eclipse.core.commands.operations.DefaultOperationHistory.execute(DefaultOperationHistory.java:519)

at org.eclipse.gmf.runtime.diagram.ui.parts.DiagramCommandStack.execute(DiagramCommandStack.java:205)

at org.eclipse.gmf.runtime.diagram.ui.parts.DiagramCommandStack.execute(DiagramCommandStack.java:168)

at org.eclipse.gmf.runtime.diagram.ui.parts.DiagramCommandStack.execute(DiagramCommandStack.java:155)

at org.eclipse.gef.tools.AbstractTool.executeCommand(AbstractTool.java:399)

at org.eclipse.gef.tools.AbstractTool.executeCurrentCommand(AbstractTool.java:411)

at org.eclipse.gmf.runtime.diagram.ui.tools.AbstractPopupBarTool.performCreation(AbstractPopupBarTool.java:137)

at org.eclipse.gmf.runtime.diagram.ui.tools.AbstractPopupBarTool.handleButtonUp(AbstractPopupBarTool.java:125)

at org.eclipse.gef.tools.AbstractTool.mouseUp(AbstractTool.java:1064)

at org.eclipse.gef.tools.SelectionTool.mouseUp(SelectionTool.java:544)

at org.eclipse.gef.EditDomain.mouseUp(EditDomain.java:263)

at org.eclipse.gef.ui.parts.DomainEventDispatcher.dispatchMouseReleased(DomainEventDispatcher.java:374)

at org.eclipse.draw2d.LightweightSystem$EventHandler.mouseUp(LightweightSystem.java:538)

at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:207)

at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

 

 

 

I use the newest Version of the eclipse modelling installation pack. (eclipse-modeling-ganymede-SR1-incubation-win32)

 

 

Does anybody know this problem?

 

Thank You,

Markus Sönning

 


Back to the top