EMF Compare [message #96974] |
Sun, 23 September 2007 09:58 |
Eclipse User |
|
|
|
Originally posted by: andrew_steady.hotmail.com
Hi,
Can anyone give an update on compare? I have the following questions:
1. Is it compatible with JDK 1.4 and Eclipse 3.2?
2. Does it allow to compare two sets of instance data from the same model
as well as comparing different models?
3. If answer to (2) is yes what format is the delta?
Thanks,
Andy
|
|
|
Re: EMF Compare [message #96976 is a reply to message #96974] |
Sun, 23 September 2007 11:58 |
Eclipse User |
|
|
|
Originally posted by: merks.ca.ibm.com
Andy,
Given that the 0.7 build says it depends on EMF 2.2.2 and Eclipse 3.2.2
I'd say yes to 1. I'm not sure it lets you compare instances from
different models. There is a delta/diff model to describe differences
and this model can be serialized just like any other EMF model.
Andrew Steady wrote:
> Hi,
>
> Can anyone give an update on compare? I have the following questions:
>
> 1. Is it compatible with JDK 1.4 and Eclipse 3.2?
>
> 2. Does it allow to compare two sets of instance data from the same
> model as well as comparing different models?
>
> 3. If answer to (2) is yes what format is the delta?
>
> Thanks,
>
> Andy
>
|
|
|
Re: EMF Compare [message #97080 is a reply to message #96976] |
Sun, 23 September 2007 17:28 |
|
This is a multi-part message in MIME format.
--------------020407010903070006070203
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 8bit
Andy,
EMF Compare is built against JDK 1.5 and makes use of the features it
introduced such as foreach and generics. It is therefore incompatible
with jdk 1.4 though compatible with eclipse 3.2.2 as Ed mentionned.
I think this nulls out your other questions yet if not :
EMF Compare should allow you to compare both instances of the same model
and instances of two distinct models, and the delta can be serialized as
an XMI file as would any other EMF model.
Cheers,
Laurent Goubet
Obeo
Ed Merks a
|
|
|
Re: EMF Compare [message #97493 is a reply to message #97080] |
Wed, 26 September 2007 02:39 |
Eclipse User |
|
|
|
Originally posted by: andrew_steady.hotmail.com
Hi Laurent,
Thanks for this. The functionality you describe is exactly what we need,
I'm going to try it out and if it does the trick push for us to move to
1.5 or perhaps to run the compare in a separate process.
Many thanks,
Andy
laurent Goubet wrote:
> Andy,
> EMF Compare is built against JDK 1.5 and makes use of the features it
> introduced such as foreach and generics. It is therefore incompatible
> with jdk 1.4 though compatible with eclipse 3.2.2 as Ed mentionned.
> I think this nulls out your other questions yet if not :
> EMF Compare should allow you to compare both instances of the same model
> and instances of two distinct models, and the delta can be serialized as
> an XMI file as would any other EMF model.
> Cheers,
> Laurent Goubet
> Obeo
> Ed Merks a écrit :
>> Andy,
>>
>> Given that the 0.7 build says it depends on EMF 2.2.2 and Eclipse 3.2.2
>> I'd say yes to 1. I'm not sure it lets you compare instances from
>> different models. There is a delta/diff model to describe differences
>> and this model can be serialized just like any other EMF model.
>>
>>
>> Andrew Steady wrote:
>>> Hi,
>>>
>>> Can anyone give an update on compare? I have the following questions:
>>>
>>> 1. Is it compatible with JDK 1.4 and Eclipse 3.2?
>>>
>>> 2. Does it allow to compare two sets of instance data from the same
>>> model as well as comparing different models?
>>>
>>> 3. If answer to (2) is yes what format is the delta?
>>>
>>> Thanks,
>>>
>>> Andy
>>>
|
|
|
Re: EMF Compare [message #609769 is a reply to message #96974] |
Sun, 23 September 2007 11:58 |
Ed Merks Messages: 33257 Registered: July 2009 |
Senior Member |
|
|
Andy,
Given that the 0.7 build says it depends on EMF 2.2.2 and Eclipse 3.2.2
I'd say yes to 1. I'm not sure it lets you compare instances from
different models. There is a delta/diff model to describe differences
and this model can be serialized just like any other EMF model.
Andrew Steady wrote:
> Hi,
>
> Can anyone give an update on compare? I have the following questions:
>
> 1. Is it compatible with JDK 1.4 and Eclipse 3.2?
>
> 2. Does it allow to compare two sets of instance data from the same
> model as well as comparing different models?
>
> 3. If answer to (2) is yes what format is the delta?
>
> Thanks,
>
> Andy
>
Ed Merks
Professional Support: https://www.macromodeling.com/
|
|
|
Re: EMF Compare [message #609779 is a reply to message #96976] |
Sun, 23 September 2007 17:28 |
|
This is a multi-part message in MIME format.
--------------020407010903070006070203
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 8bit
Andy,
EMF Compare is built against JDK 1.5 and makes use of the features it
introduced such as foreach and generics. It is therefore incompatible
with jdk 1.4 though compatible with eclipse 3.2.2 as Ed mentionned.
I think this nulls out your other questions yet if not :
EMF Compare should allow you to compare both instances of the same model
and instances of two distinct models, and the delta can be serialized as
an XMI file as would any other EMF model.
Cheers,
Laurent Goubet
Obeo
Ed Merks a
|
|
|
Re: EMF Compare [message #609817 is a reply to message #97080] |
Wed, 26 September 2007 02:39 |
Eclipse User |
|
|
|
Originally posted by: andrew_steady.hotmail.com
Hi Laurent,
Thanks for this. The functionality you describe is exactly what we need,
I'm going to try it out and if it does the trick push for us to move to
1.5 or perhaps to run the compare in a separate process.
Many thanks,
Andy
laurent Goubet wrote:
> Andy,
> EMF Compare is built against JDK 1.5 and makes use of the features it
> introduced such as foreach and generics. It is therefore incompatible
> with jdk 1.4 though compatible with eclipse 3.2.2 as Ed mentionned.
> I think this nulls out your other questions yet if not :
> EMF Compare should allow you to compare both instances of the same model
> and instances of two distinct models, and the delta can be serialized as
> an XMI file as would any other EMF model.
> Cheers,
> Laurent Goubet
> Obeo
> Ed Merks a écrit :
>> Andy,
>>
>> Given that the 0.7 build says it depends on EMF 2.2.2 and Eclipse 3.2.2
>> I'd say yes to 1. I'm not sure it lets you compare instances from
>> different models. There is a delta/diff model to describe differences
>> and this model can be serialized just like any other EMF model.
>>
>>
>> Andrew Steady wrote:
>>> Hi,
>>>
>>> Can anyone give an update on compare? I have the following questions:
>>>
>>> 1. Is it compatible with JDK 1.4 and Eclipse 3.2?
>>>
>>> 2. Does it allow to compare two sets of instance data from the same
>>> model as well as comparing different models?
>>>
>>> 3. If answer to (2) is yes what format is the delta?
>>>
>>> Thanks,
>>>
>>> Andy
>>>
|
|
|
Powered by
FUDForum. Page generated in 0.02747 seconds