[vuml] EtoolsProxyCommand error with latest GMF fixed
Status: Alpha
Brought to you by:
feradz
From: John R. <ow...@tp...> - 2006-11-06 01:19:50
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> Hi,<br> <br> Doh! In my previous post to the forum about problems compiling with the latest version of GMF it looks like I made an error. Instead of org.eclipse.gmf.runtime.diagram.ui.commands.EtoolsProxyCommand being renamed to org.eclipse.gmf.runtime.diagram.ui.commands.CommandProxy, it looks like the correct class to use is org.eclipse.gmf.runtime.diagram.ui.commands.ICommandProxy.<br> <br> If the imports and references to EtoolsProxyCommand are changed to ICommandProxy in src/org/vuml/editor/policies/UMLBaseItemSemanticEditPolicy.java, UMLGraphicalNodeEditPolicy.java and UMLReferenceConnectionEditPolicy.java all compilation errors disappear, so it looks like this is the one to use :-)<br> <br> cheers,<br> John<br> </body> </html> |