Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Howto connect eclipse tasklist (Mylyn) to google code?

I'm using Eclipse Galileo. I want to connect the eclipse tasklist to a google code project. I need a connecter to do this. Connectors can be installed via Task Resoitory view -> add TaskRepopsitory -> Install more Connectors. But I can't see that one of the listed connectors will support google code.

I searched the web and read about the Web Templates Connector. But most information I found refer to eclipse Ganymede. There is a download on this page. Its a zip file wich contains the Web Templates Connector. I was not able to add this site to the eclipse update sites. I downloaded the file and added it to the update sites via the "add Archive" function. But it seems eclipse is expecting a jar file there and stops the installation because the hashcodes are not equal.

How do I install the Web Templates Connector to eclipse Galileo? Is there another connector which I can use ?

Thanks in advance.

like image 257
c0d3x Avatar asked Dec 20 '09 15:12

c0d3x


People also ask

How to use Mylyn in Eclipse?

Use the Task List to view and manage your tasks. If the task list view is not visible, you can open it by navigating to Window -> Show View -> Other... -> Mylyn -> Task List. The Task List contains both "Local Tasks" and shared repository tasks that are stored in a task repository such as Bugzilla or Trac.

What is Java Mylyn?

Mylyn is the task and application lifecycle management (ALM) framework for Eclipse. It provides: The revolutionary task-focused interface. Realigns the IDE around tasks so that you see only the code that's relevant. A task management tool for developers.


2 Answers

I just added a new Mylyn update site based on the URI of the extras. My extras showed up as:

Mylyn Extras - http://download.eclipse.org/tools/mylyn/update/extras

and the Eclipse download site refered to 3 sites were the first 2 were already listed:

/tools/mylyn/update/e3.4
/tools/mylyn/update/extras        
/tools/mylyn/update/incubator

So I added the Mylyn software site:

  Mylyn Incubator - http://download.eclipse.org/tools/mylyn/update/incubator

Worked for me, hope it will for you.

like image 183
Rene Avatar answered Sep 18 '22 06:09

Rene


In order to install the web templates you have two options:

  1. If you have a web server at your disposal (or just install Apache o your machine) - Download the zip file you refer to and extract it into a new folder under the web server. Now use the standard eclipse plugin installation to add this address (like http://localhost/mylyn-webtemplates/) to the plugin sources and install the plugin.
  2. A simpler approach - download the zip file you refer to and extract the features and plugins directories from the zip to the dropins directory under eclipse. Restart the eclipse and the plugins should be loaded.
like image 21
David Rabinowitz Avatar answered Sep 22 '22 06:09

David Rabinowitz