Eclipse mylyn redmine integration - eclipse

Has anyone got the mylyn connector for redmine on eclipse working?
I'm keen to get this to work but have not been successful.
I'm on
Eclipse Kepler SR1
Redmine version 2.3.3.stable,
Ruby version 1.9.3-p0 (2011-10-30) [x86_64-linux]
Rails version 3.2.13
Not so keen to use the generic web connector - looks like q lot of work to get it to work.

Related

Redmine Eclipse mylyn plugin

I want to connect eclipse with redmine via mylyn plugin developed especially for redmine. I have installed plugin and connector for redmine and for eclipse.
Installation was successful both for redmine and eclipse.
The problem is when I add new query in task list, I get Unexpected status code - 404!? My redmine instance is local. Here are the details regarding the plugin, connector and my eclipse version:
Mylyn Connector: Redmine 0.3.7.201203072118 - ECLIPSE
Mylyn Connector plugin 2.8.2 stable - REDMINE
Version: Mars Release (4.5.0)
Now I know about howToMylyn on redmine site and that works as long as my projects are public and this is not useful for us because our projects are private. The generic web connector requires username and password but they are not used? So this is not the solution. And I browsed a lot.
Any kind of help is appreciated.
eclipse error
I have solved my problem. The plugin (github.com/danmunn/redmine_mylyn_connector) for redmine is not working correctly, at least for newer redmine and eclipse versions. This is the plugin that must be used for new versions: github.com/joaopedrotaveira/redmine_mylyn_connector

Jira Mylyn respository not showing on SpringToolSuite 3.7.1

I've recently updated my STS 3.7.0 to 3.7.1 and after this update my Jira connector in Task Repositories has gone. I've just downloaded the current latest version of STS 3.7.1 and have the same issue.
If I want to install Jira connectors the search panel doesn't find any related to Jira or Atlassian:
The brand new version is
Version: 3.7.1.RELEASE
Build Id: 201510041213
Platform: Eclipse Mars.1 (4.5.1)
However if I test the latest previous version like below it works fine
Version: 3.7.0.RELEASE
Build Id: 201506290652
Platform: Eclipse Mars (4.5.0)
Do you know any clue to fix Mylyn with Jira connector for STS 3.7.1?
This is mainly a question for the Mylyn project, but as far as I know there is currently no official Eclipse connector for JIRA from Atlassian that is compatible with Eclipse 4.5 (at least according to their page at: https://confluence.atlassian.com/display/IDEPLUGIN/Installing+the+Eclipse+Connector#InstallingtheEclipseConnector-sites). However, you can try to install the connector manually from the update site using the "Install New Software" feature in Eclipse/STS using this update site: http://update.atlassian.com/atlassian-eclipse-plugin/rest/e3.7 - hope this helps

Not able to setup STS in Eclipse Luna (4.4.1)

I am a new to STS and Eclipse and need some help. I am getting following errors while trying to install or uninstall STS thru Marketplace.
Cannot complete the install because one or more required items could not be found.
Software currently installed: Java implementation of Git - optional Http support using Apache httpclient 3.6.2.201501210735-r (org.eclipse.jgit.http.apache.feature.group 3.6.2.201501210735-r)
Missing requirement: Java implementation of Git - optional Http support using Apache httpclient 3.6.2.201501210735-r (org.eclipse.jgit.http.apache.feature.group 3.6.2.201501210735-r) requires 'org.eclipse.jgit.http.apache [3.6.2.201501210735-r]' but it could not be found
The error looks like there is a problem finding a specific egit component from the Eclipse update repository while installing the STS components. Maybe there is some stale data in the p2 cache. Try to delete the "p2/org.eclipse.equinox.p2.repository/cache" directory and try again. Maybe that helps. Otherwise I would recommend to use the ready-to-use STS distribution, as mentioned above.
Download whole STS IDE from Spring site.
Everything works out of the box and you can install plugins you are using.
It is Eclipse pre-installed with Spring friendly features.

Cloudbees SDK Installation failure for Eclipse Indigo SR2

Working with the SDK from my command line in my linux box is ok. But know I want to use the provided plugin for Eclipse. I have Eclipse Indigo version SR2 Build id: 20120216-1857. I have installed egit scm version 1.3.0.2 with jgit. I use the following link as installation path:
http://eclipse.cloudbees.com for the cloudbees plugin. Take into account that the latest version of e-git doesn't work with Eclipse Indigo. So I installed egit from the following supported version link:http://download.eclipse.org/egit/updates-1.3. So I fire up the install software for cloudbees and while it tries to discover dependencies,it cannot install the plugin because of :
Cannot complete the install because one or more required items could
not be found. Software being installed: CloudBees Toolkit
2.0.2.201307232010 (com.cloudbees.eclipse.feature.group 2.0.2.201307232010) Missing requirement: CloudBees SCM Egit 2.0.2.201307232010 (com.cloudbees.eclipse.dev.scm.egit 2.0.2.201307232010) requires 'bundle org.eclipse.jgit 2.3.0' but it could not be found Cannot satisfy dependency:
From: CloudBees Toolkit 2.0.2.201307232010 (com.cloudbees.eclipse.feature.group 2.0.2.201307232010)
To: com.cloudbees.eclipse.dev.scm.egit [2.0.2.201307232010]
Clearly I can't because there is a failure in versions required of egit for cloudbees plugin to work. The problem is that the egit plugin I have is different from the one required.So the two possibilities are:
Somehow install version 2.0.2 of Egit..which I don't think is the case.
Did someone tested correctly the versions of supported egit in indigo sr2 and cloudbees sdk?
According to the error message you need EGit version 2.3.0 or later.
EGit 2.3.0 works fine with Eclipse Indigo SR2 and with the latest CloudBees Toolkit.
"2.0.2" from the error message is the CloudBees Toolkit version.
EGit 2.3.x is supported by Eclipse Indigo SR2 as long as EGit Import Support is not installed. See http://wiki.eclipse.org/EGit/FAQ#What_versions_of_Eclipse_does_EGit_target.3F for the list of supported EGit versions for a specific Eclipse version.
I discover the solution...the problem is that if you decide to install following installations from market place it will fail, because the version of egit 3.2 isn't supported by eclipse indigo sr2 specially the functionality Import Source cause the eclipse to crash. The way to install Cloudbees plugin in indigo is simple.
Use the following link to install Egit:http://download.eclipse.org/egit/updates-2.3
In the plugins to be included only add Egit and JGit basic functionality. Install and restart.
Afterwards through the market place install cloudbees eclipse plugin.Est voila. The problem comes not from Cloudbees itself but throw an indirect dependency failing.
regards
\n\m

How to connect to Redmine from Eclipse

I have setup environment like this:
Redmine side:
Redmine: 2.2.0.stable (BitNami Windows version)
Ruby: 1.9.3
Rails: 3.2.9
Environment: production
redmine_mylyn_connector plugin: 2.8.2.stable
Eclipse side:
JavaEE IDE Juno Windows version
Mylyn Connector Redmine: 0.3.7.20120300721
I tried to add a new task repository and chose Redmine, however, after I finished the settings and clicked "Validate Settings", immediately I got a "Unexpected status code - 404" error message. So I am wondering how to get this work. I saw some people were talking about using generic web connector, but it seems from an old project and I couldn't find it anymore.
Any help would be much appreciated!
For Juno, these instructions worked for me: http://www.redmine.org/projects/redmine/wiki/HowTo_Mylyn#Using-the-generic-web-repository-connector
However, it looks like the Mylyn Incubator repository has gone away so that may no longer be viable.
A version exist at this url :
http://danmunn.github.io/redmine_mylyn_connector/
But it seems it's not working with eclipse juno 4.2