Questions tagged [mylyn]

Mylyn is the task and application lifecycle management (ALM) framework for Eclipse.

Mylyn is a task-focused interface for Eclipse aimed at reducing information overload and making multi-tasking easy. It does this by making tasks a first class part of Eclipse, and integrating rich and offline editing for repositories such as Bugzilla, Trac, and JIRA. Once your tasks are integrated, Mylyn monitors your work activity to identify information relevant to the task-at-hand, and uses this task context to focus the Eclipse UI on the interesting information, hide the uninteresting, and automatically find what's related. This puts the information you need to get work done at your fingertips and improves productivity by reducing searching, scrolling, and navigation. By making task context explicit Mylyn also facilitates multitasking, planning, reusing past efforts, and sharing expertise.

See the Mylyn web site for full information.

Related Links:

220 questions
0
votes
1 answer

Is it possible to install Dynamic Languages Toolkit together with ShellEd?

I'd like to be able to edit both Ruby and Bash files natively in Eclipse Keppler. I also need Mylyn. The problem is, that installing ShellEd triggers dependency conflict: Is there any way to use ShellEd together with Mylyn/Ruby? Is there a reason…
Adam Ryczkowski
  • 7,592
  • 13
  • 42
  • 68
0
votes
2 answers

Task Manager with Trac support for Mac

Found Mylyn as a very good task manager that supports Trac and Gmail Task. I've seen Tasktop, but looking for something with smaller memory footprint that I could always run in background. Is there any lighter client (not on Eclipse platform) to…
Dmitry
  • 2,837
  • 1
  • 30
  • 48
0
votes
1 answer

Mylyn refuses to work

As shown in this screenshot, I have created a Task in Mylyn, and have activated it, but nevertheless I am unable to enable the task-focused UI: as you can see, the "bubble" button in the package explorer to the left is grayed out. This is the same…
Eric
  • 1,343
  • 1
  • 11
  • 19
0
votes
1 answer

Java Class gets added twice to Mylyn context

I have a Maven multi module project, the parent project is "oscr" with several sub modules, one of them is "oscr-business". When I create a task and want to add the current Mylyn context to it, each file is added twice, as you can see in the…
Bernhard
  • 665
  • 1
  • 6
  • 22
0
votes
1 answer

Mylyn & Git: How tu use Mylyn with a local git bare repository

I am not able to find a connector for Mylyn to connect to a git repository I have on a Server. Can someone please point me at the right direction? This one seems deprecated: - http://www.javaforge.com/project/EGIT#download
pam
  • 676
  • 1
  • 7
  • 27
0
votes
1 answer

My proposals are hidden when using Java Proposals (Task-Focused)

I wrote custom java proposals contributor. It works fine when using "Java Proposals" advanced configuration of content-assist in Eclipse. However, when I select "Java Proposals (Task-Focused)" and uncheck "Java Proposals", my proposals no longer…
Peter Štibraný
  • 32,463
  • 16
  • 90
  • 116
0
votes
0 answers

Eclipse mylyn redmine integration

Has anyone got the mylyn connector for redmine on eclipse working? I'm keen to get this to work but have not been successful. I'm on Eclipse Kepler SR1 Redmine version 2.3.3.stable, Ruby version 1.9.3-p0 (2011-10-30)…
Michael Wiles
  • 20,902
  • 18
  • 71
  • 101
0
votes
1 answer

Get mylyn source code

Hey i want to develop my own mylyn connector please help me out where should i start from and please tell me where i can find mylyn source code. I checked out CVS repository eclipse using dev.eclipse.org but i didn't find out mylyn code in that…
Junaid Akhtar
  • 317
  • 1
  • 3
  • 13
0
votes
1 answer

Eclipse tasks for a generic file

Is it possible to have tasks in Eclipse for a generic file containing text. I'm using Eclipse to write an essay and would like to use the task mechanism so that I can get back to the unfinished parts. For example: TODO: Check if this information is…
TheMeaningfulEngineer
  • 15,679
  • 27
  • 85
  • 143
0
votes
1 answer

Eclipse Kepler Navigator Issue with Focus on Active Task

OS: Gentoo Linux Java VM: Oracle JRE 1.7.0.25 [oracle-jre-bin-1.7] I installed Eclipse Kepler x86 at home and x64 at work from the official website. Also I've installed PDT and Mylyn. Here's what I noticed: In x64 edition "Focus on Active Task"…
user1063784
0
votes
1 answer

Mylyn: How to exclude maven parent

In a multi-module maven project, Mylyn adds newly opened files to the context multiple times: once for the project where the file really lives, and then once again for each parent project in the hierarchy. It is possible to remove the parent…
dschulten
  • 2,994
  • 1
  • 27
  • 44
0
votes
1 answer

What is Mylar used for in Eclipse?

I know this might be a newbie question, but I'm curious about the use of Mylar/Mylyn in Eclipse. I am going through Eclipse's functionality, and I see interesting tools/shortcuts for Mylyn(like "make landmark" ). Especially, if I'm a…
Caffeinated
  • 11,982
  • 40
  • 122
  • 216
0
votes
0 answers

Visual Studio - Mylyn Equalivent

This has been asked before on stackoverflow but the answers were very unsatisfying. I am looking for a tasked based plugin to Visual Studio that operates much in the same way as Mylyn does for Eclipse. I am interested in something that a team could…
Scott Ross
  • 123
  • 1
  • 7
0
votes
1 answer

OSGI Mylyn java.lang.ClassNotFoundException: AbstractRepositoryConnector

I have created two Mylyn extensions (com.xyz.mylyn.ui.MyRepositoryUi extending AbstractRepositoryConnectorUi and com.xyz.mylyn.core.MyRepositoryConnector extending AbstractRepositoryConnector). I usually install these custom extension plugin using…
user1619355
  • 429
  • 1
  • 4
  • 17
0
votes
1 answer

Bugzilla's Activate / Deactivate Task

I am using Eclipse and when I create bugs there is a button on the top next to the number [O Bug XX]. When I click on the "O" area it activates the task. It seems like only one task can be active at a time. I am assuming that when a task is active,…
DoubleDev
  • 421
  • 1
  • 3
  • 7
1 2 3
14
15