EMF and UML2 M5 install issue [message #477061] |
Tue, 11 March 2008 13:59  |
Eclipse User |
|
|
|
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 #477126 is a reply to message #477080] |
Tue, 25 March 2008 16:57   |
Eclipse User |
|
|
|
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 10:01  |
Eclipse User |
|
|
|
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 14:18  |
Eclipse User |
|
|
|
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] |
Tue, 11 March 2008 23:06  |
Eclipse User |
|
|
|
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 09:41  |
Eclipse User |
|
|
|
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 11:29  |
Eclipse User |
|
|
|
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 16:57  |
Eclipse User |
|
|
|
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 10:01  |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 0.06881 seconds