[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.amalgam] Re: Cannot find workflow for tooltip in solution directory

My first errors came from a mistake in the book (I will post in a new message, so it can help other users maybe)

But now I have the following error when running workflow:

GRAVE: Error in Component of type org.eclipse.xpand2.Generator: EvaluationException : Unable to load extension file : Utils
TooltipEditPolicy.xpt[254,59] on line 15 'editpolicy.editPolicyQualifiedClassName.replace('\\.','/')'
TooltipEditPolicy.xpt[150,29] on line 10 'EXPAND EditPolicy FOR tooltip' [23,40] on line 1 'EXPAND TooltipEditPolicy::Main FOR model'


I don't know what I miss to include/import Utils extension file. Neither don't know where it is.

If I understand well, the HEAD version in CVS of xpt files, use the newer Xpand (QVTO) which do not use mwe file but rather ant, right ?


Richard Gronback wrote:

What are the errors? I just ran it successfully.

Note that your .xpt file will show errors in the editor, due to bugs in that
version of Xpand.  If/when I update the examples to use the newer Xpand
OCL/QVTO, these will disappear and template invocation will use Ant files
instead of .mwe workflow files.

Best,
Rich


On 5/12/09 3:57 AM, in article
829d982c965c8e7a8b55acdc0d00cee1$1@xxxxxxxxxxxxxxx, "Jean Michel Boulcourt"
<jeanmimib@xxxxxxxxx> wrote:

Regarding the workflow for tooltip,I have noticed that the xpand template
is a little different between the book and what exists in CVS

(org.eclipse.amalgam/examples/org.eclipse.amalgam.examples.dsl.requirements/te
mplates-diagram).

So I took the one from CVS. But I didn't find the corresponding workflow
file in CVS (tooltip.mwe). Because the one that I copied from the book
gives me parsing errors when running.

Is there a corresponding solution workflow file for tooltip in CVS
repository ?