[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmf] Re: Link Mapping problem in eclipse 3.4
|
Hi Alex,
I added and checked
protected CommandResult doExecuteWithResult(IProgressMonitor monitor,
IAdaptable info) throws ExecutionException {
if (!canExecute()) {
throw new ExecutionException(
"Invalid arguments in create link command"); //$NON-NLS-1$
}
return super.doExecuteWithResult(monitor, info);
}
canExecute returns me true .i think its is throwing exception in
super.doExecuteWithResult(monitor, info) method..
is there any problem in modelling.
Also i cames across this link
http://www.jevon.org/wiki/GMF_Troubleshooting_3
do i have add any ocl to me link mapping
Regards
Govind R