For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 15 replies, 5 voices, and was last updated 20 years, 6 months ago by
Joey Geiger.
-
AuthorPosts
-
rvaessenMemberHello,
I have recently begun to use Eclipse and am considering purchasing MyEclipse. I have already installed a few plugins – most notably the WTP plugin. I am wondering how well MyEclipse will be able to coexist with other plugins. The picture I am building from scanning the forums is 1) Start with a clean install of Eclipse, 2) Install MyEclipse, 3) Leave it at that. Your comments and advise will be appreciated.Robert
January 21, 2006 at 9:35 am #244947
Riyad KallaMemberRobert,
The advice you gleaned from the forums is a good one. The reason for that is MyEclipse is a huge product, about 180 plugins and we incorporate some features from other products like WTP, JBossIDE and HibernateTools. So while the two may actually function side by side (in some cases they won’t) you can run into major confusion with two plugins provided the same actions or similar-functionality.Also the *big* problem is folks installing VE. Because VE requires EMF/GEF and almost all the editors/designers that MyEclipse ships use EMF/GEF, when folks go installing different versions of EMF/GEF into their Eclipse/plugins directory so VE works, what happens is MyEclipse goes to load it’s own versions and bam, it can’t. So all the editors start failing with “Cannot create part”. That’s the biggie to watch out for.
I would suggest to follow the advice, install Eclipse/MyEclipse then see which functionality you are lacking and ask here first before you install it or go ahead and install the new plugins one at a time, keeping an eye out for weird behavior. Also don’t forget to be using -clean when adding/removing plugins to keep your workspace cache clean.
January 21, 2006 at 10:04 am #244950
rvaessenMemberThank you for the advise, I’ll heed it.
Robert
January 23, 2006 at 4:14 pm #245074
David Orriss JrParticipantThis actually makes me nervous.. Does this mean that there are going to be issues with VE and ME 4.1 now? 🙁
January 23, 2006 at 4:48 pm #245080
Riyad KallaMemberThis actually makes me nervous.. Does this mean that there are going to be issues with VE and ME 4.1 now? 🙁
There are “problems” with any Eclipse-based product that rely on varying versions of the same library. If you try and use the outdated Beehive plugin that relies on WTP 1.0 with WTP 1.5 installed, it won’t work. If you try and use a nightly build of VE that uses nightlies of EMF/GEF along side MyEclipse, it won’t work. If you try and use nightly builds of the UML2 project with a stable build of VE they both rely on different versions of EMF, it won’t work. Etc. etc.
The point being that in your workbench any time you try and combine plugins that both hvae the same dependency but need different versions of it, you may run into trouble. This is exacerbated with larger products like MyEclipse because we have *so* many plugins that rely on a whole gamut of underlying technologies where as your favorite Subversion plugin may have 1 or no dependecies so you never really notice problems.
January 23, 2006 at 6:06 pm #245090
Scott AndersonParticipantDaveO,
We did not change the EMF / GEF versions we ship in 4.1 from the latest production builds we shipped in 4.0 so you shouldn’t run into anything new with VE, provided you’re not using a 3.2 compatible nightly build as Riyad stated. 🙂
January 23, 2006 at 6:20 pm #245093
David Orriss JrParticipantHi Scott/rkalla!
Ah ok.. well with the 4.0x MyEclipse releases my strategy was to:
Set up Eclipse 3.1
Install MyEclipse
Install the GEM/JEF that VE needed
Install VE.That approach worked pretty well. Is is safe to say I can try that approach again..? 😉
January 23, 2006 at 6:29 pm #245095
Scott AndersonParticipantDaveO,
I have no reason to believe that wouldn’t work again since we haven’t changed our platform version. Or, if you already have a ME 4.0 install, just use the update manager to update it. That’s the easiest. (don’t forget to enable ‘compatible’ updates in the preferences).
January 23, 2006 at 6:57 pm #245099
David Orriss JrParticipantI tried to use the update manager but I ran into that same problem with all of the net connections being consumed and locking up the stack in XP…. 🙁
I’ll pull down the “update site” that you have on the website and update from that.
Thanks for the tips, btw.
January 23, 2006 at 7:29 pm #245101
Scott AndersonParticipantI tried to use the update manager but I ran into that same problem with all of the net connections being consumed and locking up the stack in XP…. 🙁
Now that is wacky. However, I do know that the update manager does use multiple connections. I’ve never seen this happen on my XP box but it’s likely just a difference in the setup / what we’ve been doing.
The archived update site might be faster anyway since the download of “one large thing” over “many small things” is generally faster.
January 23, 2006 at 9:58 pm #245106
David Orriss JrParticipantYea I downloaded the archived update site and installed it. I’ll let you know if I have any snags.. so far it’s lookin real good!!
January 24, 2006 at 8:34 am #245136
Joey GeigerMemberNow that is wacky. However, I do know that the update manager does use multiple connections. I’ve never seen this happen on my XP box but it’s likely just a difference in the setup / what we’ve been doing.
This problem has been happing for a long time with the Eclipse web updating of ME. I had the same issue with the last upgrade and quite honestly just gave up and re-installed.
January 24, 2006 at 1:37 pm #245197
David Orriss JrParticipantScott, you might want to get this looked into and find out what’s going on…
Tho it is nice to know I’m not the only one who’s hit this snag..
January 24, 2006 at 2:44 pm #245202
Scott AndersonParticipantDaveO,
The problem is that we don’t augment the update manager in any way. It’s the standard Eclipse version and it’s in charge of opening connections, not us. There these Eclipse bugs that seem related:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=103250
https://bugs.eclipse.org/bugs/show_bug.cgi?id=103776
https://bugs.eclipse.org/bugs/show_bug.cgi?id=108436February 12, 2006 at 5:37 pm #246633
David Orriss JrParticipantHi Scott,
I seemed to think this might be the case. Thanks tho…
DaveO
-
AuthorPosts
