Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 » EMF and UML2 M5 install issue
EMF and UML2 M5 install issue [message #477061] Tue, 11 March 2008 17:59 Go to next message
Dave Carlson is currently offline Dave CarlsonFriend
Messages: 402
Registered: July 2009
Senior Member
I am trying to get a clean 3.4 M5 installation and have a problem finding a
UML2 dependency. I first tried to get everything via the Ganymede update
site, but did not get all the EMF sources. So I am now configuring by
downloading all required M5 project and component builds.

The UML2 sdk includes a dependency on:
<import plugin="org.eclipse.emf.exporter" version="2.3.0"
match="equivalent"/>

But this plugin is not part of the EMF All-in-one sdk build for M5. I
cannot find anywhere to get this plugin. Help???

Thanks,
Dave
Re: EMF and UML2 M5 install issue [message #477064 is a reply to message #477061] Tue, 11 March 2008 18:18 Go to previous messageGo to next message
Dave Carlson is currently offline Dave CarlsonFriend
Messages: 402
Registered: July 2009
Senior Member
OK, it appears that I can resolve this error by editing the feature.xml for
org.eclipse.uml2. The dependency incorrectly required 2.3.0, and editing
this to 2.4.0 resolves the configuration error. Maybe this has already been
fixed post-M5 in CVS?

> The UML2 sdk includes a dependency on:
> <import plugin="org.eclipse.emf.exporter" version="2.3.0"
> match="equivalent"/>
>
Re: EMF and UML2 M5 install issue [message #477070 is a reply to message #477064] Wed, 12 March 2008 03:06 Go to previous messageGo to next message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
Dave,

It's certainly been fixed post-M5, but I thought it had also been fixed on
the updaate site (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=219208).
James is managing the UML2 builds though (as component lead) so perhaps he
has more insight into this issue...

Kenn

"Dave Carlson" <dcarlson@xmlmodeling.com> wrote in message
news:fr6idb$lk3$1@build.eclipse.org...
> OK, it appears that I can resolve this error by editing the feature.xml
> for org.eclipse.uml2. The dependency incorrectly required 2.3.0, and
> editing this to 2.4.0 resolves the configuration error. Maybe this has
> already been fixed post-M5 in CVS?
>
>> The UML2 sdk includes a dependency on:
>> <import plugin="org.eclipse.emf.exporter" version="2.3.0"
>> match="equivalent"/>
>>
>
>
Re: EMF and UML2 M5 install issue [message #477077 is a reply to message #477070] Wed, 12 March 2008 13:41 Go to previous messageGo to next message
james bruck is currently offline james bruckFriend
Messages: 1724
Registered: July 2009
Senior Member
There were some issues around the M5 build.

1. Right after M5 the version numbers for EMF and UML changed. If you were
to mix an 'I' build after M5 of EMF with a UML M5 then they would be
incompatible.

2. There have been numerous issues with the Ganymede update site. Problems
with mirroring etc. In the inital testing phase I had to resort to testing
bits from local servers since Ganymede was inaccessible.


Getting all the bits from the UML download site for M5 should be your best
bet. Please give that a try.


I will double check the Ganymede download site once more to try and
reproduce your issue.

Cheers,

- James.


"Kenn Hussey" <Kenn.Hussey@embarcadero.com> wrote in message
news:fr7hc5$847$1@build.eclipse.org...
> Dave,
>
> It's certainly been fixed post-M5, but I thought it had also been fixed on
> the updaate site (see
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=219208). James is managing
> the UML2 builds though (as component lead) so perhaps he has more insight
> into this issue...
>
> Kenn
>
> "Dave Carlson" <dcarlson@xmlmodeling.com> wrote in message
> news:fr6idb$lk3$1@build.eclipse.org...
>> OK, it appears that I can resolve this error by editing the feature.xml
>> for org.eclipse.uml2. The dependency incorrectly required 2.3.0, and
>> editing this to 2.4.0 resolves the configuration error. Maybe this has
>> already been fixed post-M5 in CVS?
>>
>>> The UML2 sdk includes a dependency on:
>>> <import plugin="org.eclipse.emf.exporter" version="2.3.0"
>>> match="equivalent"/>
>>>
>>
>>
>
>
Re: EMF and UML2 M5 install issue [message #477080 is a reply to message #477077] Wed, 12 March 2008 15:29 Go to previous messageGo to next message
Dave Carlson is currently offline Dave CarlsonFriend
Messages: 402
Registered: July 2009
Senior Member
I discovered this problem by downloading all M5 builds for UML, EMF, GMF,
EMFT, etc. I did not mix M and I builds.

I had tried to create the same environment using Ganymede update site, and
the EMF/UML conflict did not arise. I had what appeared to be a complete
set of features, but during development I could not view sources for any EMF
components, and couldn't find a way to get this via Ganymede update. So I
started over and rebuilt my environment by downloading all M5 zips without
using the update site. Maybe I should try the same using a coordinated set
of I builds.

I realize that this is a temporary situation.

Dave

"James Bruck" <jbruck@ca.ibm.com> wrote in message
news:fr8mit$rn7$2@build.eclipse.org...
> There were some issues around the M5 build.
>
> 1. Right after M5 the version numbers for EMF and UML changed. If you
> were to mix an 'I' build after M5 of EMF with a UML M5 then they would be
> incompatible.
>
> 2. There have been numerous issues with the Ganymede update site.
> Problems with mirroring etc. In the inital testing phase I had to resort
> to testing bits from local servers since Ganymede was inaccessible.
>
>
> Getting all the bits from the UML download site for M5 should be your best
> bet. Please give that a try.
>
>
> I will double check the Ganymede download site once more to try and
> reproduce your issue.
Re: EMF and UML2 M5 install issue [message #477126 is a reply to message #477080] Tue, 25 March 2008 20:57 Go to previous messageGo to next message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
Dave,

Any luck with the integration builds? I've been told that this
incompatibilty issue was resolved both on the update site and in the M5
downloads... If this still isn't the case, please let us know.

Kenn

"Dave Carlson" <dcarlson@xmlmodeling.com> wrote in message
news:fr8ss5$46j$1@build.eclipse.org...
>I discovered this problem by downloading all M5 builds for UML, EMF, GMF,
>EMFT, etc. I did not mix M and I builds.
>
> I had tried to create the same environment using Ganymede update site, and
> the EMF/UML conflict did not arise. I had what appeared to be a complete
> set of features, but during development I could not view sources for any
> EMF components, and couldn't find a way to get this via Ganymede update.
> So I started over and rebuilt my environment by downloading all M5 zips
> without using the update site. Maybe I should try the same using a
> coordinated set of I builds.
>
> I realize that this is a temporary situation.
>
> Dave
>
> "James Bruck" <jbruck@ca.ibm.com> wrote in message
> news:fr8mit$rn7$2@build.eclipse.org...
>> There were some issues around the M5 build.
>>
>> 1. Right after M5 the version numbers for EMF and UML changed. If you
>> were to mix an 'I' build after M5 of EMF with a UML M5 then they would be
>> incompatible.
>>
>> 2. There have been numerous issues with the Ganymede update site.
>> Problems with mirroring etc. In the inital testing phase I had to
>> resort to testing bits from local servers since Ganymede was
>> inaccessible.
>>
>>
>> Getting all the bits from the UML download site for M5 should be your
>> best bet. Please give that a try.
>>
>>
>> I will double check the Ganymede download site once more to try and
>> reproduce your issue.
>
>
Re: EMF and UML2 M5 install issue [message #477136 is a reply to message #477126] Wed, 26 March 2008 14:01 Go to previous message
Dave Carlson is currently offline Dave CarlsonFriend
Messages: 402
Registered: July 2009
Senior Member
Kenn,
I have not tried the I-builds and am working with M5 (and a few projects
from CVS). I'll try to allocate some time to test this.

Dave

"Kenn Hussey" <Kenn.Hussey@embarcadero.com> wrote in message
news:fsbov8$a4h$1@build.eclipse.org...
> Dave,
>
> Any luck with the integration builds? I've been told that this
> incompatibilty issue was resolved both on the update site and in the M5
> downloads... If this still isn't the case, please let us know.
>
> Kenn
>
> "Dave Carlson" <dcarlson@xmlmodeling.com> wrote in message
> news:fr8ss5$46j$1@build.eclipse.org...
>>I discovered this problem by downloading all M5 builds for UML, EMF, GMF,
>>EMFT, etc. I did not mix M and I builds.
>>
>> I had tried to create the same environment using Ganymede update site,
>> and the EMF/UML conflict did not arise. I had what appeared to be a
>> complete set of features, but during development I could not view sources
>> for any EMF components, and couldn't find a way to get this via Ganymede
>> update. So I started over and rebuilt my environment by downloading all
>> M5 zips without using the update site. Maybe I should try the same using
>> a coordinated set of I builds.
>>
>> I realize that this is a temporary situation.
Re: EMF and UML2 M5 install issue [message #626184 is a reply to message #477061] Tue, 11 March 2008 18:18 Go to previous message
Dave Carlson is currently offline Dave CarlsonFriend
Messages: 402
Registered: July 2009
Senior Member
OK, it appears that I can resolve this error by editing the feature.xml for
org.eclipse.uml2. The dependency incorrectly required 2.3.0, and editing
this to 2.4.0 resolves the configuration error. Maybe this has already been
fixed post-M5 in CVS?

> The UML2 sdk includes a dependency on:
> <import plugin="org.eclipse.emf.exporter" version="2.3.0"
> match="equivalent"/>
>
Re: EMF and UML2 M5 install issue [message #626197 is a reply to message #477064] Wed, 12 March 2008 03:06 Go to previous message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
Dave,

It's certainly been fixed post-M5, but I thought it had also been fixed on
the updaate site (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=219208).
James is managing the UML2 builds though (as component lead) so perhaps he
has more insight into this issue...

Kenn

"Dave Carlson" <dcarlson@xmlmodeling.com> wrote in message
news:fr6idb$lk3$1@build.eclipse.org...
> OK, it appears that I can resolve this error by editing the feature.xml
> for org.eclipse.uml2. The dependency incorrectly required 2.3.0, and
> editing this to 2.4.0 resolves the configuration error. Maybe this has
> already been fixed post-M5 in CVS?
>
>> The UML2 sdk includes a dependency on:
>> <import plugin="org.eclipse.emf.exporter" version="2.3.0"
>> match="equivalent"/>
>>
>
>
Re: EMF and UML2 M5 install issue [message #626204 is a reply to message #477070] Wed, 12 March 2008 13:41 Go to previous message
james bruck is currently offline james bruckFriend
Messages: 1724
Registered: July 2009
Senior Member
There were some issues around the M5 build.

1. Right after M5 the version numbers for EMF and UML changed. If you were
to mix an 'I' build after M5 of EMF with a UML M5 then they would be
incompatible.

2. There have been numerous issues with the Ganymede update site. Problems
with mirroring etc. In the inital testing phase I had to resort to testing
bits from local servers since Ganymede was inaccessible.


Getting all the bits from the UML download site for M5 should be your best
bet. Please give that a try.


I will double check the Ganymede download site once more to try and
reproduce your issue.

Cheers,

- James.


"Kenn Hussey" <Kenn.Hussey@embarcadero.com> wrote in message
news:fr7hc5$847$1@build.eclipse.org...
> Dave,
>
> It's certainly been fixed post-M5, but I thought it had also been fixed on
> the updaate site (see
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=219208). James is managing
> the UML2 builds though (as component lead) so perhaps he has more insight
> into this issue...
>
> Kenn
>
> "Dave Carlson" <dcarlson@xmlmodeling.com> wrote in message
> news:fr6idb$lk3$1@build.eclipse.org...
>> OK, it appears that I can resolve this error by editing the feature.xml
>> for org.eclipse.uml2. The dependency incorrectly required 2.3.0, and
>> editing this to 2.4.0 resolves the configuration error. Maybe this has
>> already been fixed post-M5 in CVS?
>>
>>> The UML2 sdk includes a dependency on:
>>> <import plugin="org.eclipse.emf.exporter" version="2.3.0"
>>> match="equivalent"/>
>>>
>>
>>
>
>
Re: EMF and UML2 M5 install issue [message #626207 is a reply to message #477077] Wed, 12 March 2008 15:29 Go to previous message
Dave Carlson is currently offline Dave CarlsonFriend
Messages: 402
Registered: July 2009
Senior Member
I discovered this problem by downloading all M5 builds for UML, EMF, GMF,
EMFT, etc. I did not mix M and I builds.

I had tried to create the same environment using Ganymede update site, and
the EMF/UML conflict did not arise. I had what appeared to be a complete
set of features, but during development I could not view sources for any EMF
components, and couldn't find a way to get this via Ganymede update. So I
started over and rebuilt my environment by downloading all M5 zips without
using the update site. Maybe I should try the same using a coordinated set
of I builds.

I realize that this is a temporary situation.

Dave

"James Bruck" <jbruck@ca.ibm.com> wrote in message
news:fr8mit$rn7$2@build.eclipse.org...
> There were some issues around the M5 build.
>
> 1. Right after M5 the version numbers for EMF and UML changed. If you
> were to mix an 'I' build after M5 of EMF with a UML M5 then they would be
> incompatible.
>
> 2. There have been numerous issues with the Ganymede update site.
> Problems with mirroring etc. In the inital testing phase I had to resort
> to testing bits from local servers since Ganymede was inaccessible.
>
>
> Getting all the bits from the UML download site for M5 should be your best
> bet. Please give that a try.
>
>
> I will double check the Ganymede download site once more to try and
> reproduce your issue.
Re: EMF and UML2 M5 install issue [message #626261 is a reply to message #477080] Tue, 25 March 2008 20:57 Go to previous message
Kenn Hussey is currently offline Kenn HusseyFriend
Messages: 1620
Registered: July 2009
Senior Member
Dave,

Any luck with the integration builds? I've been told that this
incompatibilty issue was resolved both on the update site and in the M5
downloads... If this still isn't the case, please let us know.

Kenn

"Dave Carlson" <dcarlson@xmlmodeling.com> wrote in message
news:fr8ss5$46j$1@build.eclipse.org...
>I discovered this problem by downloading all M5 builds for UML, EMF, GMF,
>EMFT, etc. I did not mix M and I builds.
>
> I had tried to create the same environment using Ganymede update site, and
> the EMF/UML conflict did not arise. I had what appeared to be a complete
> set of features, but during development I could not view sources for any
> EMF components, and couldn't find a way to get this via Ganymede update.
> So I started over and rebuilt my environment by downloading all M5 zips
> without using the update site. Maybe I should try the same using a
> coordinated set of I builds.
>
> I realize that this is a temporary situation.
>
> Dave
>
> "James Bruck" <jbruck@ca.ibm.com> wrote in message
> news:fr8mit$rn7$2@build.eclipse.org...
>> There were some issues around the M5 build.
>>
>> 1. Right after M5 the version numbers for EMF and UML changed. If you
>> were to mix an 'I' build after M5 of EMF with a UML M5 then they would be
>> incompatible.
>>
>> 2. There have been numerous issues with the Ganymede update site.
>> Problems with mirroring etc. In the inital testing phase I had to
>> resort to testing bits from local servers since Ganymede was
>> inaccessible.
>>
>>
>> Getting all the bits from the UML download site for M5 should be your
>> best bet. Please give that a try.
>>
>>
>> I will double check the Ganymede download site once more to try and
>> reproduce your issue.
>
>
Re: EMF and UML2 M5 install issue [message #626270 is a reply to message #477126] Wed, 26 March 2008 14:01 Go to previous message
Dave Carlson is currently offline Dave CarlsonFriend
Messages: 402
Registered: July 2009
Senior Member
Kenn,
I have not tried the I-builds and am working with M5 (and a few projects
from CVS). I'll try to allocate some time to test this.

Dave

"Kenn Hussey" <Kenn.Hussey@embarcadero.com> wrote in message
news:fsbov8$a4h$1@build.eclipse.org...
> Dave,
>
> Any luck with the integration builds? I've been told that this
> incompatibilty issue was resolved both on the update site and in the M5
> downloads... If this still isn't the case, please let us know.
>
> Kenn
>
> "Dave Carlson" <dcarlson@xmlmodeling.com> wrote in message
> news:fr8ss5$46j$1@build.eclipse.org...
>>I discovered this problem by downloading all M5 builds for UML, EMF, GMF,
>>EMFT, etc. I did not mix M and I builds.
>>
>> I had tried to create the same environment using Ganymede update site,
>> and the EMF/UML conflict did not arise. I had what appeared to be a
>> complete set of features, but during development I could not view sources
>> for any EMF components, and couldn't find a way to get this via Ganymede
>> update. So I started over and rebuilt my environment by downloading all
>> M5 zips without using the update site. Maybe I should try the same using
>> a coordinated set of I builds.
>>
>> I realize that this is a temporary situation.
Previous Topic:How to add input pins or output pins to a CallOperationAction or CallBehaviorAction?
Next Topic:cross reference to models in other project not resolved
Goto Forum:
  


Current Time: Thu Apr 25 14:16:50 GMT 2024

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

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

Back to the top