Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » Using workflow with GMF 2.2 for Xpand + QVTO
Using workflow with GMF 2.2 for Xpand + QVTO [message #139053] Tue, 21 July 2009 14:52 Go to next message
RefuX Zanzeebarr is currently offline RefuX ZanzeebarrFriend
Messages: 51
Registered: July 2009
Member
So apparently in the wonderful world of GMF 2.2, we have switched from
Xtend to QVTO for the query.

If I look at some sample workflows I see something like:
<component class="org.eclipse.xpand2.Generator">
<metaModel id="mm"
class="org.eclipse.xtend.typesystem.emf.EmfRegistryMetaModel " />
<expand value="pmw2csv::Main FOR model" />
<outlet path="${out}" />
</component>

I'm guessing that for using QVTO, should the above component class
should be changed?
Re: Using workflow with GMF 2.2 for Xpand + QVTO [message #139102 is a reply to message #139053] Wed, 22 July 2009 12:07 Go to previous messageGo to next message
Krzysztof Kowalczyk is currently offline Krzysztof KowalczykFriend
Messages: 113
Registered: July 2009
Senior Member
> So apparently in the wonderful world of GMF 2.2, we have switched from
> Xtend to QVTO for the query.
>
> If I look at some sample workflows I see something like:
> <component class="org.eclipse.xpand2.Generator">
> <metaModel id="mm"
> class="org.eclipse.xtend.typesystem.emf.EmfRegistryMetaModel " />
> <expand value="pmw2csv::Main FOR model" />
> <outlet path="${out}" />
> </component>
>
> I'm guessing that for using QVTO, should the above component class
> should be changed?

AFAIK:
1 - GMF Xpand and M2T Xpand are different and not compatible, the GMF
Xpand is now using QVTO

2 - there is no MWE component for GMF Xpand

3 - creating a workflow component is easy

Regards,
Krzysztof Kowalczyk
Re: Using workflow with GMF 2.2 for Xpand + QVTO [message #139183 is a reply to message #139102] Fri, 24 July 2009 21:21 Go to previous messageGo to next message
Bill HingeFriend
Messages: 156
Registered: July 2009
Senior Member
Krzysztof Kowalczyk wrote:
>> So apparently in the wonderful world of GMF 2.2, we have switched from
>> Xtend to QVTO for the query.
>>
>> If I look at some sample workflows I see something like:
>> <component class="org.eclipse.xpand2.Generator">
>> <metaModel id="mm"
>> class="org.eclipse.xtend.typesystem.emf.EmfRegistryMetaModel " />
>> <expand value="pmw2csv::Main FOR model" />
>> <outlet path="${out}" />
>> </component>
>>
>> I'm guessing that for using QVTO, should the above component class
>> should be changed?
>
> AFAIK:
> 1 - GMF Xpand and M2T Xpand are different and not compatible, the GMF
> Xpand is now using QVTO
>
> 2 - there is no MWE component for GMF Xpand
>
> 3 - creating a workflow component is easy
>
> Regards,
> Krzysztof Kowalczyk

This was part of my original confusion when I started with Xpand
recently, ie which version of Xpand goes with what GMF. It may be
me but I can't get the MWE/M2T combo to work on Galileo Modeling
but it works on all the other downloads if I install MWE/M2T myself.

Going forward which will be the definitive Xpand, M2T or GMF in future?
Why have 2 different things with the same name, it's confusing.
Is one going to be deprecated?

regards
Steve
Re: Using workflow with GMF 2.2 for Xpand + QVTO [message #139194 is a reply to message #139183] Sat, 25 July 2009 15:33 Go to previous message
Krzysztof Kowalczyk is currently offline Krzysztof KowalczykFriend
Messages: 113
Registered: July 2009
Senior Member
> This was part of my original confusion when I started with Xpand
> recently, ie which version of Xpand goes with what GMF. It may be
> me but I can't get the MWE/M2T combo to work on Galileo Modeling
> but it works on all the other downloads if I install MWE/M2T myself.
>
> Going forward which will be the definitive Xpand, M2T or GMF in future?
> Why have 2 different things with the same name, it's confusing.
> Is one going to be deprecated?
>
> regards
> Steve

You should ask on eclipse.modeling or (GMF and M2T) newsgroups.

Regards,
Krzysztof Kowalczyk
Re: Using workflow with GMF 2.2 for Xpand + QVTO [message #621173 is a reply to message #139053] Wed, 22 July 2009 12:07 Go to previous message
Krzysztof Kowalczyk is currently offline Krzysztof KowalczykFriend
Messages: 113
Registered: July 2009
Senior Member
> So apparently in the wonderful world of GMF 2.2, we have switched from
> Xtend to QVTO for the query.
>
> If I look at some sample workflows I see something like:
> <component class="org.eclipse.xpand2.Generator">
> <metaModel id="mm"
> class="org.eclipse.xtend.typesystem.emf.EmfRegistryMetaModel " />
> <expand value="pmw2csv::Main FOR model" />
> <outlet path="${out}" />
> </component>
>
> I'm guessing that for using QVTO, should the above component class
> should be changed?

AFAIK:
1 - GMF Xpand and M2T Xpand are different and not compatible, the GMF
Xpand is now using QVTO

2 - there is no MWE component for GMF Xpand

3 - creating a workflow component is easy

Regards,
Krzysztof Kowalczyk
Re: Using workflow with GMF 2.2 for Xpand + QVTO [message #621180 is a reply to message #139102] Fri, 24 July 2009 21:21 Go to previous message
Bill HingeFriend
Messages: 156
Registered: July 2009
Senior Member
Krzysztof Kowalczyk wrote:
>> So apparently in the wonderful world of GMF 2.2, we have switched from
>> Xtend to QVTO for the query.
>>
>> If I look at some sample workflows I see something like:
>> <component class="org.eclipse.xpand2.Generator">
>> <metaModel id="mm"
>> class="org.eclipse.xtend.typesystem.emf.EmfRegistryMetaModel " />
>> <expand value="pmw2csv::Main FOR model" />
>> <outlet path="${out}" />
>> </component>
>>
>> I'm guessing that for using QVTO, should the above component class
>> should be changed?
>
> AFAIK:
> 1 - GMF Xpand and M2T Xpand are different and not compatible, the GMF
> Xpand is now using QVTO
>
> 2 - there is no MWE component for GMF Xpand
>
> 3 - creating a workflow component is easy
>
> Regards,
> Krzysztof Kowalczyk

This was part of my original confusion when I started with Xpand
recently, ie which version of Xpand goes with what GMF. It may be
me but I can't get the MWE/M2T combo to work on Galileo Modeling
but it works on all the other downloads if I install MWE/M2T myself.

Going forward which will be the definitive Xpand, M2T or GMF in future?
Why have 2 different things with the same name, it's confusing.
Is one going to be deprecated?

regards
Steve
Re: Using workflow with GMF 2.2 for Xpand + QVTO [message #621181 is a reply to message #139183] Sat, 25 July 2009 15:33 Go to previous message
Krzysztof Kowalczyk is currently offline Krzysztof KowalczykFriend
Messages: 113
Registered: July 2009
Senior Member
> This was part of my original confusion when I started with Xpand
> recently, ie which version of Xpand goes with what GMF. It may be
> me but I can't get the MWE/M2T combo to work on Galileo Modeling
> but it works on all the other downloads if I install MWE/M2T myself.
>
> Going forward which will be the definitive Xpand, M2T or GMF in future?
> Why have 2 different things with the same name, it's confusing.
> Is one going to be deprecated?
>
> regards
> Steve

You should ask on eclipse.modeling or (GMF and M2T) newsgroups.

Regards,
Krzysztof Kowalczyk
Previous Topic:emf compare
Next Topic:[Proposal] EMF Tiger and EMF Refactor
Goto Forum:
  


Current Time: Sat Jul 27 05:13:55 GMT 2024

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

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

Back to the top