How to connect to Redmine from Eclipse - 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

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

Unable to install cobetura plugin in eclipse

I'm trying to install Cobertura plugin (http://ecobertura.johoop.de/update/) on Helios version of my eclipse but getting this exception "org.eclipse.equinox.p2.core.ProvisionException", It says unable to read repository at http://ecobertura.johoop.de/update/
I'm not on proxy server.
Seems it had stopped development.
I can't install it in Eclipse 3.5 or 4.3 too.
You can use EclEmma, it's easy to use.
Eclipse Helios version is 3.6.x and eCobertura Web site states that eclipse update site works for Eclipse 3.5+. I can confirm it really is working for Eclipse Helios. If you can download update site meta information through browser, but eclipse still cannot see it, it could be a proxy problem or something else that prevents eclipse to access content of update site.

Eclipse mylyn redmine integration

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.

SONAR Integrated with Eclipse

Am working on sonar integrated with eclipse using ant
But when i go "right click project-->configure-->associate with sonar" nothing happens!!
My ant version is 1.7.1
Eclipse is Helios(3.6)
sonar version is 3.4.1
Welcome all your favours..........
Sonar Eclipse has nothing to do with Ant, it's really independendent.
You should follow the different steps listed in the documentation page. Most notably, you need to have a Sonar server up and running somewhere (on your local computer or elsewhere) and you must make sure that you already launched an analysis of your project, which you can browse on Sonar Web application. If not, you'll never be able to associate your project in Eclipse.
Once you have a first analysis of your project on the Sonar server, then you need to configure the URL of your server in the Eclipse settings. Only after this, you'll be able to associate your project with Sonar.
This might have to do with your plugin version. As described in the docs Version 3.0 is only compatible with Eclipse 3.7 and up.
I would suggest you either upgrade your eclipse or you downgrade your plugin.

Redmine Eclipse-Mylyn Plugin cannot modify tasks

I've installed mylyn connectors for redmine and eclipse. After I executed gem install -v=2.3.5 rails and updated my RAILS_GEM_VERSION setting in config/environment.rb the plugin worked and i can connect to the repository.
I can also read tasks from the repo but I'm not able to modify them from eclipse ide. if i want to submit i cant authenticate... did I miss something? it seems, that i'm somehow stuck in a read-only mode?
I'm currently using on client side:
Eclipse/Mylyn 3.6.2
Mylyn Connector: Redmine 0.3.4.201109150625
and on server side:
Redmine 1.2.1.stable (MySQL)
My mistake was that I also checked API Key in the eclipse taskrepository setup.