google code不错,稳定,好用。
mylyn可以方便开发任务和开发计划。
但是mylyn官方默认支持bugizla, jira, trac,对与google code的支持是通过
http://
download.eclipse.org/tools/mylyn/update/incubator
进行eclipse update更新。
原文地址如下:
http://wiki.eclipse.org/index.php/Mylyn_User_Guide#Task_Progress_Indicators
使用的时候还需要一些配置,参考下文:
http://eclipse.dzone.com/articles/using-mylyn-with-google-code-u
The instructions I previously posted to set up Mylyn to work with Google Code do not seem to work with Eclipse 3.4 (Ganymede).
Luckily, readers of the previous post have kindly left comments with
updated instructions on how to make this tool work again (many thanks
to Christopher Barber, RoSt, Sergey Kolos and LI Daobing.)
Here we go:
- Update Mylyn to version 3.0.2.
- Go to the "Software Updates" dialog (menu "Menu" / "Software Updates...")
- Once in the dialog, select the "Installed Software" tab and press the "Update..." button
- Eclipse will look for updates of all the Eclipse plugins installed (warning: this is painfully slow)
- Once the list of "Available Updates" is generated, select Mylyn, accept the license terms and press the "Finish" button
- Restart Eclipse once the update process is complete
- Download the Web Templates Connector for Mylyn.
- Go to the "Software Updates" dialog (menu "Menu" / "Software Updates...")
- Once in the dialog, select the "Available Software" tab
- Add a new site with the URL http://download.eclipse.org/tools/mylyn/update/incubator (Mylyn Incubator)
- Select the connector Mylyn Connector: Web Templates (Advanced)
- Press the "Install" button (warning: this is also painfully slow)
- Open the "Task Repositories" View (menu "Window" / "Show View" / "Other...")
- Click on the "Add Task Repository" button.
- In the "Add Task Repository" wizard, select "Web Template (Advanced)" and click "Next."
- Select "Eclipse Outliner (Google Code)" from the drop-down (this is the provided template.)
- Change the server link and label (in my case I used http://code.google.com/p/fest and "FEST," respectively)
- Change the query request URL to
${serverUrl}/csv?can=1&colspec=ID+Status+Type+Owner+Summary
- Change the query pattern to
"({Id}[0-9]+?)","({Status}.+?)","({Type}.+?)","({Owner}.+?)","({Description}.+?)""s
- Right-click the new task repository and create a new query.
- Voilà! Now you can see all the tasks in your repository, including the completed ones!