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
1
vote
0 answers

Trying to install redmine mylyn connector for eclipse indigo

I am trying to set up the mylyn redmine connector in eclipse indigo. I installed the plugin from here with no errors: http://redmin-mylyncon.sourceforge.net/update-site/N/ When i then open the task respository view and try to add new task repository…
shawsy
  • 457
  • 1
  • 6
  • 23
1
vote
1 answer

Mylyn Redmine Connector Zend Studio 9.x/Eclipse where is it?

there seem to be several sites claiming to have the plugin. The server plugin is installed from here: http://danmunn.github.com/redmine_mylyn_connector/ Then I need an Eclipse Plugin. But the one…
spankmaster79
  • 21,555
  • 10
  • 42
  • 73
1
vote
1 answer

Change the definition of "Completed"

I'm using Eclipse Helios with the MyLyn plug-in, connecting with an external Bugzilla server. I prefer not to have the system show me "Completed" tasks. Otherwise, the panes quickly fill up with completed stuff. Unfortunately, when I mark a bug in…
Meower68
  • 929
  • 9
  • 21
0
votes
1 answer

How to reference a file from Mylyn's Jenkins-View?

we use Eclipse + Mylyn + Trac-Integration + Jenkins/Hudson-Integration + Subversive and for the most part, everything works well. If I work on a task, change stuff, commit it into the subversion with the auto-generated comment from Mylyn and have it…
Dominik Sandjaja
  • 6,326
  • 6
  • 52
  • 77
0
votes
1 answer

svn: 'pre-commit' hook failed with error output:

Some of selected resources were not committed. svn: Commit failed (details follow): svn: 'pre-commit' hook failed with error output: ** I am trying to commit 2 jsp files from Eclips Helios.Its updated with lates Subversion updated verison &…
Sam....
  • 165
  • 2
  • 19
0
votes
1 answer

How does one move/copy context from one task to another

I use a new agile practice called "interrupt-driven development" (IDD) ;-) in which I'm juggling tasks a lot. I'd like to use Mylyn to help maintain context. By context, in case it's not clear, I primarily mean the set of filtered files in the…
Ed Staub
  • 15,480
  • 3
  • 61
  • 91
0
votes
2 answers

Connecting mylyn task list to repository

I'm new to mylyn. It seems I should connect to a repository, should I connect to eclipse.org to store bugs/tasks on my projects? Is information stored secure/private? In the properties for task repository, I enter Server:…
0
votes
1 answer

Example repository to practice with Mylyn

I am learning how to use Mylyn. I want to open Task-focused mode on Eclipse's Package Explor. However, the repository I got was bug tracking systems, which has no associated source code with it (or maybe I haven't figured out how to do it yet). I…
Amumu
  • 17,924
  • 31
  • 84
  • 131
0
votes
3 answers

Mylyn Trac connector does not show "Severity" attribute in query editor

We recently decided to start using the Severity field in our Trac project. However, I can't figure out a way to make the field appear in the query editor for the Mylyn plugin to Eclipse - whatever I try, the field is not there. It does show up in…
Tomas Aschan
  • 58,548
  • 56
  • 243
  • 402
0
votes
1 answer

Does Mylyn support using Subversion or Mercurial as a task repository?

One of my teammates said that he had at one point used Mylyn backed by Subversion as a task repository. I believe this was several versions of Mylyn ago, and I have not found any documentation about setting something like this up in any of my…
Mike Deck
  • 18,045
  • 16
  • 68
  • 92
0
votes
1 answer

Mylyn WikiText Textile parsing error?

I'm working on migrating a textile plugin for a java blogging platform from one library (textile4j) to Mylyn's WikiText. So far very promising, but I have some unit tests that are failing: public void testLinksSyntax44() { String in = "\"link…
javafueled
  • 494
  • 1
  • 5
  • 23
0
votes
1 answer

How do I convert textile to Eclipse help using ant?

I've been using the Mylyn WikiText User Guide to learn how to convert textile files to Eclipse help but I also want to be able to do this using ant because, ultimately, I want to have many textile files contribute to a single textile file then…
PhilJ
  • 303
  • 1
  • 8
0
votes
2 answers

Mylyn in Eclipse - No Finish or Next?

I've just installed Eclipse Indigo and noticed Mylyn was already installed. I use Trac for my ticketing, and decided to enable Mylyn talking to Trac. However, after I fill out all the details in Mylyn, and do the validation (which succeeds), the…
0
votes
0 answers

Description for proposals for c++ as it is for java in eclipse

I would like to have description of variables and function in proposals for c++ in eclipse. In java such description exists. Does anyone know if it is possible to have such description (e.g. taken from doxygen type comments) for c++ function in…
0
votes
1 answer

Mylyn svn code template message with file id

i'm using mylyn with the svn connector and does anybody know how can i set the svn id associated to the file into the comment template field of the mylyn? To clarify : something similar to [${task.status} - ${connector.task.prefix} ${task.key}:…
Tony
  • 3,425
  • 10
  • 30
  • 46