3

i try to install the feature of diagram - "objectaid" for eclipe .. i do all the instruction in the mannual in http://www.objectaid.com/installation and during the installation i get the error -

Unable to read repository at http://www.objectaid.com.
Unable to read repository at http://www.objectaid.com.
http://www.objectaid.com is not a valid repository location.

i checked all the prerequisites needed like GEF (Graphical Editor Framework) and it was ok .

thanks in advance .

URL87
  • 10,667
  • 35
  • 107
  • 174
  • Can you please explain what exactly did you download? I download 4 jars inside features/ folder and pasted them to eclipse/dropins directory but nothing happened after restart. I can not find it installed in my Eclipse. I am using Eclipse Luna. I also tried downloading objectaid-1.1.8.zip and copied it to eclipse/dropins but no luck. – EMM Jan 27 '15 at 06:44

2 Answers2

2

It looks like the update site is a legacy update site. I do not know if they are still supported by Eclipse.

Your best bet is to download the zip of the feature, which you can find here: http://www.objectaid.com/update/

And then unzip it into your eclipse/dropins directory.

Andrew Eisenberg
  • 28,387
  • 9
  • 92
  • 148
  • what i have to do after i unzip to eclipse/dropins directory ? – URL87 Jun 03 '12 at 18:14
  • 1
    Restart Eclipse. See this SO post for more information about the dropins directory. http://stackoverflow.com/questions/2763843/eclipse-plugins-vs-features-vs-dropins In general, you want to avoid using that way of installing plugins, but your case warrants it because the update site is not valid. – Andrew Eisenberg Jun 04 '12 at 02:14
0

The ObjectAid update site does work. I recently added ObjectAid successfully to my Eclipse Mars. I compiled the steps here. You can try it out. Also, make sure there's no firewall or network issue when you try it.

neha
  • 71
  • 1
  • 1