mylyn

Mylyn type plugin for Visual Studio

牧云@^-^@ 提交于 2019-12-03 07:46:06
问题 Mylyn is a task oriented plugin that allows for example to assign a set of files to a task. Is there a Mylyn type plugin for Visual Studio? 回答1: Tasktop has just announced that it is bringing the productivity of Mylyn into Visual Studio! The beta version that is being released will support bringing tasks from HP ALM, Quality Center, and Bugzilla. It includes Mylyn's Task List and Task Editor . The next level of support, which will include compatibility with all existing Mylyn connectors, will

What tools provide burndown charts to Bugzilla or Mylyn? [closed]

这一生的挚爱 提交于 2019-12-03 06:31:56
My team and I need to work on a project whose bugs are filed in Bugzilla, using Mylyn. Do you know of any tool or plug-in that provides scrum-inspired burndown charts to Bugzilla or Mylyn? Hopefully, this tool would be free for commercial usage, but we're not closed to commercial tools. Update: 4 hours of research allowed me to find very few free tools. Looks like bugzilla isn't popular in agile teams! And obviously, it's not the best fit. Daniel Jomphe The Songbird project made a really good job of documenting how they customized their Bugzilla instance and developed tools to automatically

Distributed issue tracker for git with usable Eclipse Mylyn support?

这一生的挚爱 提交于 2019-12-03 03:13:37
问题 I'm using git for version control but I'm currently lacking a good issue/bug/ticket tracker with Eclipse Mylyn integration. The features I'm looking for: Open source implementation (so that I can add the features I need in the future. GPL, LGPL, MIT or BSD license preferred). Distributed (the issues must be stored in git the repository, I'm open for suggestions for trackers that store issues in the same or separate branch to the code). Must have Eclipse Mylyn support (so that I can open and

Whats the best way to start using Mylyn? [closed]

爷,独闯天下 提交于 2019-12-03 01:18:00
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . I've heard a lot of good things about using Mylyn in eclipse. How could I set it up to give me a taste of how I could use it? 回答1: The seminal Developerworks article from the 2.0 release is a great introduction to Mylyn, and still relevant. Written by the Mik Kirsten who is the

Mylyn type plugin for Visual Studio

泄露秘密 提交于 2019-12-02 20:29:18
Mylyn is a task oriented plugin that allows for example to assign a set of files to a task. Is there a Mylyn type plugin for Visual Studio? Tasktop has just announced that it is bringing the productivity of Mylyn into Visual Studio! The beta version that is being released will support bringing tasks from HP ALM, Quality Center, and Bugzilla. It includes Mylyn's Task List and Task Editor . The next level of support, which will include compatibility with all existing Mylyn connectors, will be delivered after this beta. Further down the road Tasktop will also be delivering context capture and

Eclipse Juno/MyLyn does not show change sets in synchronization view

好久不见. 提交于 2019-12-02 03:02:31
I'm new to MyLyn and I really want to use the change sets automatic management function. So what I did is I shared a project via git, then create a new task, activate it, made some changes, open synchronize view and synchronize. Now I should be able to see my change sets, right? But the dropdown button that suppose allow me to choose the Change Sets mode only shows "All Model", "Workspace", "Java Workspace", "Git commits". There is no "Change Sets" option. BTW, I did toggle Change Sets in Synchronization Preference/Models. So what did I miss here? Thx. First, try using Team->Synchronize

Customize the Mylyn Context UI?

徘徊边缘 提交于 2019-12-01 03:13:31
问题 In Mylyn, if you activate a task and use the context UI feature, the package explorer shows the classes belonging to this tasks context AND the method you are within. Is it possible to customize/configure the Mylyn Context UI to: show only the class name NOT go deeper into the class and also show the methods? For me it's not convenient if the filtered package explorer view contains also the methods, and it would be enough if the context visible in the package explorer showed the packages and

Mylyn Eclipse TODO integration

末鹿安然 提交于 2019-11-30 05:06:12
In Eclipse, I use the Mylyn plugin for viewing my open tickets from a repository. But, also in our code, we have some places where the TODO marker is view. The TODO markers show up on the "Tasks" pane, whereas the Mylyn view shows up in the "Task List" pane. Is there a way to integrate the two so they show up in the same pane and the TODOs are just another category? thanks, Jeff yeah this was implemented in 3.0, right click on the task (in the tasks view) and click "new task from marker" and it'll prompt you for the task repo to add it to. You cannot make TODO Markers show up in Mylyn's Task

Eclipse: Difference between the “Tasks” view and the “Task List” View

自作多情 提交于 2019-11-30 02:54:56
What is the difference between the "Tasks" view and the "Task List" view in eclipse. I understand that one is managed by Mylyn, but I would like a comprehensive answer if anyone's got the time. It will help many people in the future when they a are searching for information on eclipse. What are the differences between the two views? Does one totally supersede/replace the other? Is there some way that they work together? Thanks David Shepherd The Task List is part of Eclipse Mylyn and contains tasks that are downloaded from popular bug trackers like Bugzilla, Trac, Mantis, etc. Many developers

Mylyn & Redmine Integration

狂风中的少年 提交于 2019-11-29 19:27:41
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. jumar Here is what you are looking for: http://sourceforge.net/projects/redmin-mylyncon/ A Mylyn connector specially for