pweingardt/mylyn-gitlab

Eclipse hangs while configuring repository with Personal Access Tokens

Opened this issue · 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 :(

I have the same issue

Apparently this is the issue - teknodan@ef28259. Could we please merge it to this repo. Is there some other plugin repo available where this is fixed?

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.

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?