I'm trying to get Mylyn and Redmine work together so I can manage tasks right inside Eclipse. I saw this on redmine wiki http://www.redmine.org/wiki/redmine/HowTo_Mylyn but I think it's for the old version of Mylyn.

I can't find the Generic Web Connector plugin for Mylyn but there's this Web templates plugin. I think that one replaced the Generic Web Connector. But it's quite different from the screenshots posted at the Redmine wiki. There's no Task URL, New Task URL, etc.

link|improve this question

feedback

7 Answers

up vote 18 down vote accepted

Here is what you are looking for:

http://sourceforge.net/projects/redmin-mylyncon/

A Mylyn connector specially for RedMine. It works fine with eclipse ganymede.

The update site is: http://redmin-mylyncon.sourceforge.net/update-site/N/

link|improve this answer
Beware this only works with Redmine 0.9.x, not TRUNK or 0.8.*. It is nice though I have been using for awhile now. – prodigitalson May 4 '10 at 13:58
2  
The update site listed above has changed. Use this now: redmin-mylyncon.sourceforge.net/update-site/N – Tauren Oct 6 '10 at 6:26
2  
And now the update site has been completely deleted. See sourceforge.net/tracker/… – Lena Schimmel Nov 28 '11 at 20:27
feedback

See this manual. http://wiki.eclipse.org/index.php/Mylyn_Extensions

Eclipse Menu. Help -> Software Updates ... -> Add Site...

http://download.eclipse.org/tools/mylyn/update/incubator

link|improve this answer
This site is now 404. – Lena Schimmel Nov 28 '11 at 20:28
feedback

Here are the steps to perform integration between Eclipse Mylyn and Redmine. I assume that Eclipse, Mylyn and Redmine are already installed, the latter somewhere in $REDMINE_HOME. Tested with Eclipse 3.7 and Redmine 1.2.1.

Summarily, you need to install an Eclipse plugin AND a Redmine plugin.

  1. Go to $REDMINE_HOME/vendor/plugins and run

    git clone git://redmin-mylyncon.git.sourceforge.net/gitroot/redmin-mylyncon/redmine-mylyn-connector

  2. (Re)start the server, and in Redmine under Administration/Plugins the Mylyn Connector Plugin should be listed

  3. Again in Redmine, under Administration/Settings/Authentication, check the "Enable REST web service" field
  4. In Eclipse, install the Eclipse connector via its update site

    http://redmin-mylyncon.sourceforge.net/update-site/N/

  5. Create your repository and check that it connects, then you are good to go!

link|improve this answer
feedback

I struggled with the same thing. It's called "Web Templates Connector", and it's in the incubator.

Add the following site in the Software Updates panel: http://download.eclipse.org/tools/mylyn/update/incubator

link|improve this answer
This site is now 404. – Lena Schimmel Nov 28 '11 at 20:28
feedback

As of yesterday, Sven has taken down the update site (if you go there, you'll find nothing) since someone reported him to Sourceforge (see https://sourceforge.net/tracker/?func=detail&aid=3441532&group_id=228995&atid=1075435).

So, there are NO binaries available now for Eclipse. Does anyone know of alternative ways to get these plugins? I have no clue how to compile.

The GIT and SVN repositories are there, but again as I sad, I'm not a java programmer. Can anyone offer Sven a site where he can store the binaries as an Update?

link|improve this answer
feedback

Also a good read from redmine.

HowTo connect a Mylyn repository to Redmine: http://www.redmine.org/wiki/1/HowTo_Mylyn

link|improve this answer
feedback

download.eclipse.org/tools/mylyn/update/incubator wont work anymore, for the new update sites look at http://www.eclipse.org/mylyn/downloads/

The Web Connector could be found via http://download.eclipse.org/mylyn/incubator/3.5

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.