I'm recently migrated to jdk 11 from jdk8. So, i choose eclipse 2019-09 but TFS plug-in is not showing in eclipse market place. so, i tried installing it manually, but some options are not working like viewHistory, comparing based on change sets etc, will the TFS plug-in supports latest eclipse versions?
Asked
Active
Viewed 1,236 times
1
-
You could try looking in the .log file in the workspace .metadata directory to see if there are any messages, but it doesn't look like this code has been updated since 2018 so it might not be compatible with the current Eclipse release (which is now 2019-12) – greg-449 Dec 24 '19 at 10:08
-
2https://twitter.com/jessehouwing/status/1209412953843388416 – jessehouwing Dec 24 '19 at 10:30
2 Answers
0
According to this link Team Explorer Everywhere TFS pluging supports:
Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8)
2019-09 is not in list. Users with eclipse (2019-03) also have problems.

Shamrai Aleksander
- 13,096
- 3
- 24
- 31
-
thank you, do you have any idea, like which IDE works with jdk11 + TFS Plug-in – N KRISHNA PHANENDRA Dec 25 '19 at 13:19
-
No, I cannt say..... I only found a github project for TFS plugin: https://github.com/microsoft/team-explorer-everywhere. Maybe someone`ll adapt it... – Shamrai Aleksander Dec 25 '19 at 21:13
0
The problem was solved in the GitHub repository on Jan 14, 2020. Please refer to issue 290 and/or commit b8d4e67529a3619d919e7c45f9cb6255ef2b9843.
There is no build yet (April 17, 2020), but it is quite easy to build it yourself. There are very good instructions in the readme of the GitHub repository.
I cloned the repository and used JDK 8 and Apache Ant 1.9.7 for compilation. I also tried a newer Eclipse version to build against, but that did not work for me. Downloading the given Eclipse 3.5.2 and EGit 2.1.0 made the job.