Skip to main content



      Home
Home » Modeling » GMF (Graphical Modeling Framework) » Parser Exception after migration to helios
Parser Exception after migration to helios [message #544816] Mon, 05 July 2010 10:49 Go to next message
Eclipse UserFriend
Hi there,

I migrated my editor to Helios. I have some customized templates that I
try to migrate. I have one problem with exactly one statement in my old
Galileo template that won't work:

«IF (title != ("FooBar")) -»

I get the error below. Any hints? The problem is the != operator. Has
its syntax changed?

org.eclipse.gmf.internal.xpand.model.EvaluationException:
org.eclipse.gmf.internal.xpand.util.ParserException,
@aspects::impl::diagram::editparts::CompartmentEditPart
[unspecified location] (5) ; "="
[unspecified location] (5) ; "="


Hauke
Re: Parser Exception after migration to helios [message #544823 is a reply to message #544816] Mon, 05 July 2010 11:54 Go to previous message
Eclipse UserFriend
Hi Hauke,

I think this could be related to the recently introduced usage of QVTO
instead of Xtend.
Please try
«IF (title <> 'FooBar') -»

HTH
Axel


Hauke Fuhrmann wrote:

> Hi there,
>
> I migrated my editor to Helios. I have some customized templates that I
> try to migrate. I have one problem with exactly one statement in my old
> Galileo template that won't work:
>
> «IF (title != ("FooBar")) -»
>
> I get the error below. Any hints? The problem is the != operator. Has
> its syntax changed?
>
> org.eclipse.gmf.internal.xpand.model.EvaluationException:
> org.eclipse.gmf.internal.xpand.util.ParserException,
> @aspects::impl::diagram::editparts::CompartmentEditPart
> [unspecified location] (5) ; "="
> [unspecified location] (5) ; "="
>
>
> Hauke
Previous Topic:Which method is used to get a selected elent from an enumeration list?
Next Topic:Programmatically alter the default colour of .svg image?
Goto Forum:
  


Current Time: Sun Jul 13 22:37:21 EDT 2025

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

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

Back to the top