0

I am proficient at coding, but always struggling to install stuff, such as maven, plugings etc. As I am used to version control with DevOps and now want to use Eclipse for a Java project, I try to make DevOps communicate with Eclipse. I have just downloaded Eclipse on this pc.

Unfortunately, installing the plugin of 'Team Explorer Everywhere' won't work. Probably a stupid mistake from my side.

I have been following this guide and also tried this one.

After adding the location http://dl.microsoft.com/eclipse/tfs, I get the error that it 'Could not find http://dl.microsoft.com/eclipse/tfs' and the question whether I want to alter the location. I also tried without /tfs.

After some research I found out that I probably need to download something of the plugin first (and then do it manually instead), so I downloaded Source code.zip from here. Unfortunately, this does not contain the required folders which are mentioned in this Stack Overflow question.

Anyone here who can help me out on this?

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
  • From the [release page](https://github.com/microsoft/team-explorer-everywhere/releases/tag/14.137.0), download the `TFSEclipsePlugin-UpdateSiteArchive-14.137.0.zip` file. – Jonathan Dodds Feb 08 '23 at 15:20

1 Answers1

2

You may download it from the releases page: https://github.com/microsoft/team-explorer-everywhere/releases.

Then in Eclipse add go to Install New Software: enter image description here

Add location of downloaded archive:

enter image description here

Then you may select the components:

enter image description here

After restart, you may select Team Explorer View

enter image description here

enter image description here

Shamrai Aleksander
  • 13,096
  • 3
  • 24
  • 31