Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Amalgam » Cannot find workflow for tooltip in solution directory
Cannot find workflow for tooltip in solution directory [message #525142] Tue, 12 May 2009 07:57 Go to next message
Jean Michel Boulcourt is currently offline Jean Michel BoulcourtFriend
Messages: 14
Registered: July 2009
Junior Member
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.d sl.requirements/templates-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 ?
Re: Cannot find workflow for tooltip in solution directory [message #525143 is a reply to message #525142] Tue, 12 May 2009 10:31 Go to previous messageGo to next message
Richard Gronback is currently offline Richard GronbackFriend
Messages: 605
Registered: July 2009
Senior Member
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@www.eclipse.org, "Jean Michel Boulcourt"
<jeanmimib@gmail.com> 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.d sl.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 ?
>
Re: Cannot find workflow for tooltip in solution directory [message #525144 is a reply to message #525143] Tue, 12 May 2009 12:11 Go to previous messageGo to next message
Jean Michel Boulcourt is currently offline Jean Michel BoulcourtFriend
Messages: 14
Registered: July 2009
Junior Member
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@www.eclipse.org, "Jean Michel Boulcourt"
> <jeanmimib@gmail.com> 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.d sl.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 ?
>>
Re: Cannot find workflow for tooltip in solution directory [message #525146 is a reply to message #525144] Tue, 12 May 2009 12:20 Go to previous message
Richard Gronback is currently offline Richard GronbackFriend
Messages: 605
Registered: July 2009
Senior Member
Right, what's in HEAD is a work in progress.

Replace the solution to the only tag version: v20081115-1515

After that, it should work for you.


On 5/12/09 8:11 AM, in article
b763386e0c4bbb84b37dc53c9b905de0$1@www.eclipse.org, "Jean Michel Boulcourt"
<jeanmimib@gmail.com> wrote:

> 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@www.eclipse.org, "Jean Michel Boulcourt"
>> <jeanmimib@gmail.com> 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.d sl.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 ?
>>>
>
>

--
Thanks,
Rich
Re: Cannot find workflow for tooltip in solution directory [message #566237 is a reply to message #525142] Tue, 12 May 2009 10:31 Go to previous message
Richard Gronback is currently offline Richard GronbackFriend
Messages: 605
Registered: July 2009
Senior Member
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@www.eclipse.org, "Jean Michel Boulcourt"
<jeanmimib@gmail.com> 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.d sl.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 ?
>
Re: Cannot find workflow for tooltip in solution directory [message #566263 is a reply to message #525143] Tue, 12 May 2009 12:11 Go to previous message
Jean Michel Boulcourt is currently offline Jean Michel BoulcourtFriend
Messages: 14
Registered: July 2009
Junior Member
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@www.eclipse.org, "Jean Michel Boulcourt"
> <jeanmimib@gmail.com> 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.d sl.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 ?
>>
Re: Cannot find workflow for tooltip in solution directory [message #566307 is a reply to message #525144] Tue, 12 May 2009 12:20 Go to previous message
Richard Gronback is currently offline Richard GronbackFriend
Messages: 605
Registered: July 2009
Senior Member
Right, what's in HEAD is a work in progress.

Replace the solution to the only tag version: v20081115-1515

After that, it should work for you.


On 5/12/09 8:11 AM, in article
b763386e0c4bbb84b37dc53c9b905de0$1@www.eclipse.org, "Jean Michel Boulcourt"
<jeanmimib@gmail.com> wrote:

> 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@www.eclipse.org, "Jean Michel Boulcourt"
>> <jeanmimib@gmail.com> 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.d sl.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 ?
>>>
>
>

--
Thanks,
Rich
Previous Topic:Possible Erratum in creating tooltip.xmi
Next Topic:Possible Erratum in creating tooltip.xmi
Goto Forum:
  


Current Time: Thu Apr 25 20:34:54 GMT 2024

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

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

Back to the top