ljader / redmine-mylyn-plugin

Eclipse Mylyn integration for Redmine ( Eclipse Connector Plugin )
71 stars 48 forks source link

Eclipse Neon doesn't have org.eclipse.equinox.log anymore #74

Closed hedayat closed 7 years ago

hedayat commented 8 years ago

It is omitted from Neon repositories: http://dev.eclipse.org/mhonarc/lists/rt-pmc/msg04526.html

If possible, please remove this dependency.

failnix commented 8 years ago

Does anybody has an idea how to fix this? I really like this plugin and thats for me the only reason to stay on eclipse mars :(

nhtones commented 8 years ago

Hi this is a duplicate of https://github.com/ljader/redmine-mylyn-plugin/issues/12

We got round it by adding the old eclipse update site (http://download.eclipse.org/eclipse/updates/4.2) and make sure the resolve all dependencies is ticked.

ljader commented 7 years ago

Hi all, Just to let you know, I think I'm onto right track to fix this issue.

hedayat commented 7 years ago

Thanks :)

stlimtat commented 7 years ago

I just did the changes to remove the need to org.eclipse.equinox.log, and submitted a pull request. Pls check and verify if this works well. I've tested and it works.

https://github.com/stlimtat/redmine-mylyn-plugin

Abacab commented 7 years ago

Hi, I am not a Java developer and I do not know how to compile a plugin for Eclipse. Could someone give me the plugin compiled so that I can install it in my Eclipse Neon? Thank you in advance.

stlimtat commented 7 years ago

/edited by maintainer - ljader - please use recently fixed 0.5.1 version of the plugin.

Abacab commented 7 years ago

Thank you so much stlimtat, I installed it with Neon 2 and it works perfectly.

failnix commented 7 years ago

Hi

I upgraded from 0.4.0 to 0.4.1-Snapshot and still got the problem that the ticketnumbers for new created tickets doesn't show up anymore in the task list view. I've this behaviour since I've upgrade to the newest mylyn version 3.21.0. in neon.2

Does anybody else has this problem?

el95149 commented 7 years ago

Hello. I'm facing the same issue (i.e. newly created ticket numbers not showing up) as well. Running Eclipse Neon.2 with MyLyn 3.21.0 .

pavelpipovic commented 7 years ago

Hello,

I am also facing this issue.

@ljader said that he was "on right track to fix this issue." Can you give us an update? Would it be possible to assist w/ dev?

Thanks!

chokribs commented 7 years ago

With Neon, it need to place "org.eclipse.equinox.log 1.2.0" jar (from http://maven.repository.paxle.net/org/eclipse/equinox/log/1.2.0.v20090520-1800/) under eclipse/plugins folder

ljader commented 7 years ago

Hi all. This has been fixed in new 0.5.1 version of the plugin - https://github.com/ljader/redmine-mylyn-plugin/releases

Thank you all for your help.