Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Problem in building an Eclipse installation with oomph
Problem in building an Eclipse installation with oomph [message #1703003] Mon, 27 July 2015 20:44 Go to next message
Patrik Suzzi is currently offline Patrik SuzziFriend
Messages: 2
Registered: February 2018
Junior Member
Hallo,

I am setting up an Eclipse distribution with several plugins needed to have a proper IDE for an Eclipse Project (GEF).

When adding the plugins to Eclipse everything is Ok, until I install the Oomph Version Management Tool plugin.

After installing the Oomph VMT Plugin, from the next startup I see the below error:

index.php/fa/22689/0/


Plugins contained in the Eclipse distribution.

index.php/fa/22690/0/

As specified in the GEF contributor guide, the GEF-IDE consists of




After installing the Oomph Version Management Tool plug-in, at the next Eclipse Startup I see the following error:

An internal error occurred during: "Setup check".
USER_HOME


I was actually thinking my install was ok, but in bugzilla, I got that I did an "inconsistent installation" - see bug 473599.

Indeed, I checked in the About eclipse features for the Oomph, and I saw the Version Management Tool version is not matching with Oomph Setup Core , but only for a small "delta"

index.php/fa/22693/0/

I tried to do an Update of the IDE using the Help > Check for updates, but I realized it is not a Complete IDE update , as suggested in the bug 473599.

So, I have two questions:


  • how to perform a Complete IDE Update ?
  • how can I make a consistent installation, by assembling the five plugins above, including the Oomph version management ?


Thank you very much for the time you're spending on my question.
I hope my question does not seem impolite or excessively complex.

Regards.

[Updated on: Tue, 28 July 2015 07:32] by Moderator

Report message to a moderator

Re: Problem in building an Eclipse installation with oomph [message #1703032 is a reply to message #1703003] Tue, 28 July 2015 07:26 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Hi Patrik,

The p2f file that you mentioned in https://bugs.eclipse.org/bugs/show_bug.cgi?id=473599 seems totally useless to me. It
locks in specific versions of the listed IUs, no matter whether the identified repositories will provide those versions
in the future or not. For example:

<iu id='org.eclipse.oomph.setup.feature.group' name='Oomph Setup' version='1.2.0.v20150720-0925'>
<repositories size='2'>
<repository location='http://download.eclipse.org/oomph/updates'/>
<repository location='http://download.eclipse.org/oomph/updates/latest'/>
</repositories>
</iu>

A P2Director task in an Oomph setup model for GEF seems like a better alternative.

More comments below...

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper



Am 27.07.2015 um 22:44 schrieb Patrik Suzzi:
> Hallo,
>
> I am trying to build a complex eclipse installation needed for development of the Eclipse GEF project.
>
>
>
> As specified in the GEF contributor guide, the GEF-IDE consists of
>
> Eclipse IDE for committers Mars R as base eclipse ( in my case is win32)
> API Tools Execution Environment Description v 1.0.1 from http://download.eclipse.org/releases/mars update site
> e(fx)clipse IDE - PDE version .2.0.0, from http://download.eclipse.org/efxclipse/updates-released/2.0.0/site/ update site
> m2e - Maven Integration for Eclipse - version 1.6.0, from http://download.eclipse.org/releases/mars update site
> Xtext Complete SDK - version 2.8.3, from http://download.eclipse.org/releases/mars update site
> Oomph Version Management Tool, from http://download.eclipse.org/oomph/updates
>
>
> During the installation everything is Ok, until I install the last plugin: the Oomph Version Management Tool.
>
> After installing the Oomph Version Management Tool plug-in, at the next Eclipse Startup I see the following error:
>
> An internal error occurred during: "Setup check".
> USER_HOME
>
>
>
> I was actually thinking my install was ok, but in bugzilla, I got that I did an "inconsistent installation" - see https://bugs.eclipse.org/bugs/show_bug.cgi?id=473599.
>
> Indeed, I checked in the About eclipse features for the Oomph, and I saw the Version Management Tool version is not matching with Oomph Setup Core .
>
>
>
> I tried to do an Update of the IDE using the Help > Check for updates, but I realized it is not a Complete IDE update , as suggested in the https://bugs.eclipse.org/bugs/show_bug.cgi?id=473599.
>
> So, I have two questions:
>
>
> how to perform a Complete IDE Update ?
I'm not 100% sure but I think you can't easily get out of this inconsistent state because the plugins that would do that
for you are also impacted. I would recommend that you create a new installation with Oomph's Eclipse Installer.

> how can I make a consistent installation, by assembling the five plugins above, including the Oomph version management ?
I would suggest that you put pressure on the GEF people to provide a GEF project setup model, so that you can just add
it to your install.


Re: Problem in building an Eclipse installation with oomph [message #1703033 is a reply to message #1703032] Tue, 28 July 2015 07:28 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Oh, and probably you should install the Version management from the Mars repo and not from Oomph's (newer) update site.

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Re: Problem in building an Eclipse installation with oomph [message #1703036 is a reply to message #1703033] Tue, 28 July 2015 07:47 Go to previous messageGo to next message
Patrik Suzzi is currently offline Patrik SuzziFriend
Messages: 2
Registered: February 2018
Junior Member
Thank you very much for this useful response.

Now, one last question (if you can) :
I would like to contribute to the GEF project, and I am also interested in building a consistent installer with all the needed features / plugins.

I watched your video : Oomph workshop and I think it is really interesting.

Could you please point me to a good article / web resource that explains how to do this ?

Best Regards.
Patrik
Re: Problem in building an Eclipse installation with oomph [message #1703042 is a reply to message #1703036] Tue, 28 July 2015 08:07 Go to previous message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Am 28.07.2015 um 09:47 schrieb Patrik Suzzi:
> Thank you very much for this useful response.
> Now, one last question (if you can) :
> I would like to contribute to the GEF project, and I am also interested in building a consistent installer with all
> the needed features / plugins.
> I watched your video : https://www.youtube.com/watch?v=a3h76AQQKN0 and I think it is really interesting.
> Could you please point me to a good article / web resource that explains how to do this ?
We link some tutorials, articles, and videos from our wiki:

https://wiki.eclipse.org/Eclipse_Installer#Tutorials
https://wiki.eclipse.org/Eclipse_Installer#Articles
https://wiki.eclipse.org/Eclipse_Installer#Videos

And of course there's our Authoring Guide:

https://wiki.eclipse.org/Eclipse_Oomph_Authoring

I hope this helps ;-)

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Previous Topic:How is Oomph packaged into a single file?
Next Topic:Project import via project catalog
Goto Forum:
  


Current Time: Wed Apr 24 17:28:47 GMT 2024

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

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

Back to the top