Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Carlos on April 28, 2005, 09:15:52 am

Title: big problem with connection for Eclipse
Post by: Carlos on April 28, 2005, 09:15:52 am
HI everybody:

I cant create the link connection for Eclipse.

I use EA 4.51  and eclipse 3.0 in Windows 2000 professional Service  Pack 4.

When i try the connection Eclipse Opens but in the dialog box of connection only appears another dialog box whit "Eclipse not yet loaded... Continue trying? : [YES] [NO]"... well i click in "Yes" but only shows the same message.

I very gratefully for your help.

(http://)
Title: Re: big problem with connection for Eclipse
Post by: Takeshi K on April 28, 2005, 01:05:23 pm
Hello Carlos,

Basically, there are two reasons to show the dialog:

1. Plug-in isn't installed correctly
2. You don't use Eclipse SDK, but use Eclipse runtime binary, etc.

Hope this helps.

--
t-kouno
Title: Re: big problem with connection for Eclipse
Post by: Carlos on April 28, 2005, 01:28:03 pm
Thank's for your help but i use Eclipse SDK and i reinstalll four times the MDG link...

here is some pictures:
STEP 1
(http://www.geocities.com/ctipa/step1.jpg)
STEP 2
(http://www.geocities.com/ctipa/step2.jpg)
STEP 3: I select the workspace
(http://www.geocities.com/ctipa/step3.jpg)
STEP 4
(http://www.geocities.com/ctipa/step4.jpg)
STEP 5: Eclipse is on but noconnect with EA  ???
(http://www.geocities.com/ctipa/step5.jpg)
Title: Re: big problem with connection for Eclipse
Post by: fwoolz on May 03, 2005, 10:09:29 am
Carlos,

I have had this happen as well, but found if you click on "Si" often enough it finally takes.

Cheers,
Fred Woolsey
Title: Re: big problem with connection for Eclipse
Post by: fwoolz on May 03, 2005, 10:13:01 am
Also, if Eclipse is already up and running, I don't get the "...continue waiting?" dialog.
Title: Re: big problem with connection for Eclipse
Post by: Carlos on May 03, 2005, 10:48:37 am
Hi, fred

I click in "SI", but nothing happens, because again show me the dialog box: "... continue waitting?"
Title: Re: big problem with connection for Eclipse
Post by: Goarnisson on June 01, 2005, 05:15:53 am
Don't know if it will help you but u must have Eclipse running (a project open) before make "Open link>Eclipse"from EA.

If not, EA can't propose you project to work with.


Guillaume G.
Title: Re: big problem with connection for Eclipse
Post by: Christopher Pierce on June 18, 2005, 08:12:37 am
I was having the same problem using EA 5.0 and Eclipse 3.0.2.

Basically, I did what the readme.txt said and just droped the jar file in the eclipse plugin directory, but eclipse wasn't loading it, therefore EA couldn't connect to it.

What I did was create an Eclipse extension point and put the plugin there.
Under the "C:\Program Files\Sparx Systems\MDG Link" (you could really put it anywhere), I created the following directory structure:

eclipse_extension/
eclipse_extension/eclipse/
eclipse_extension/eclipse/plugins/

in this "eclipse" directory,  I created a file called ".eclipseextension", and put the following lines in it:

name=Sparx MDG Eclipse Link
id=org.sparx.mdg
version=1.0.19

I then placed the org.sparx.mdg.eclipse_1.0.19.jar file into this plugins directory.

Next, I started Eclipse, and from the menu, I when to
Help->Software Updates->Manage Configuration...

I clicked the "Add an Extension Location" link, and selected the "eclipse_extension" directory I just created.

Eclipse rebooted, and at that point, everything worked.