分享

使用mylyn在eclipse中同步google code的issuse

 herowuking 2014-03-17
   google code不错,稳定,好用。
mylyn可以方便开发任务和开发计划。
但是mylyn官方默认支持bugizla, jira, trac,对与google code的支持是通过
http://download./tools/mylyn/update/incubator
进行eclipse update更新。
原文地址如下:
http://wiki./index.php/Mylyn_User_Guide#Task_Progress_Indicators

使用的时候还需要一些配置,参考下文:
http://eclipse./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:

  1. Update Mylyn to version 3.0.2.

    1. Go to the "Software Updates" dialog (menu "Menu" / "Software Updates...")
    2. Once in the dialog, select the "Installed Software" tab and press the "Update..." button
    3. Eclipse will look for updates of all the Eclipse plugins installed (warning: this is painfully slow)
    4. Once the list of "Available Updates" is generated, select Mylyn, accept the license terms and press the "Finish" button
    5. Restart Eclipse once the update process is complete
  2. Download the Web Templates Connector for Mylyn.

    1. Go to the "Software Updates" dialog (menu "Menu" / "Software Updates...")
    2. Once in the dialog, select the "Available Software" tab
    3. Add a new site with the URL http://download./tools/mylyn/update/incubator (Mylyn Incubator)
    4. Select the connector Mylyn Connector: Web Templates (Advanced)
    5. Press the "Install" button (warning: this is also painfully slow)
  3. Open the "Task Repositories" View (menu "Window" / "Show View" / "Other...")


  4. Click on the "Add Task Repository" button.
  5. In the "Add Task Repository" wizard, select "Web Template (Advanced)" and click "Next."


  6. Select "Eclipse Outliner (Google Code)" from the drop-down (this is the provided template.)


  7. Change the server link and label (in my case I used http://code.google.com/p/fest and "FEST," respectively)
  8. Change the query request URL to
    ${serverUrl}/csv?can=1&colspec=ID+Status+Type+Owner+Summary
  9. Change the query pattern to
    "({Id}[0-9]+?)","({Status}.+?)","({Type}.+?)","({Owner}.+?)","({Description}.+?)""s
  10. Right-click the new task repository and create a new query.
  11. Voilà! Now you can see all the tasks in your repository, including the completed ones!





    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多