mylyn-gitlab icon indicating copy to clipboard operation
mylyn-gitlab copied to clipboard

Eclipse hangs while configuring repository with Personal Access Tokens

Open cvgaviao opened this issue 6 years ago • 4 comments

When I try to setup a gitlab issue repository using private token the entire Eclipse 2019-03 hangs. I need to kill the java process :(

cvgaviao avatar Mar 26 '19 10:03 cvgaviao

I have the same issue

jflefebvre06 avatar Jun 05 '19 08:06 jflefebvre06

Apparently this is the issue - https://github.com/teknodan/mylyn-gitlab/commit/ef282598bbbc16ba9494e8fcf9db4164ef5a64a5. Could we please merge it to this repo. Is there some other plugin repo available where this is fixed?

kaosko avatar Sep 07 '19 22:09 kaosko

Compiled the plugin locally with this as the only change (api.getMembershipProjects() vs api.getProjects() ) and I can verify the plugin works fine after that.

kaosko avatar Sep 16 '19 08:09 kaosko

Tried to recompile, but Maven fails with:

[ERROR] Cannot resolve project dependencies:
[ERROR]   Software being installed: de.weingardt.mylyn.gitlab.feature.group 2.1.0
[ERROR]   Missing requirement: de.weingardt.mylyn.gitlab.feature.group 2.1.0 requires 'org.eclipse.equinox.p2.iu; de.weingardt.mylyn.gitlab.core [2.1.0,2.1.1)' but it could not be found

I tried to change the repository but no luck, even if the repository explorer shows that org.eclipse.equinox.p2.iu is in the Kepler repo.

Any suggestions?

oriolarcas avatar Feb 05 '20 17:02 oriolarcas