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

learn more… | top users | synonyms

0
votes
0answers
11 views

How to integrate ereviewboard in eclipse

I already have a review board server there with version of 1.7.1, no problem with access, and now I want to integrate review board with Eclipse. After google, I tried installing the plugin of ...
0
votes
0answers
8 views

Install Eclipse Mylyn Context Connector without Eclipse CVS client?

I'm running a low end laptop when I'm on the road. I'm trying to keep my Eclipse as lean as possible. I need SVN and don't use CVS at all. Is it possible to install Mylyn Context Connector without ...
0
votes
1answer
13 views

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 ...
0
votes
0answers
20 views

Task window doesn't open upon task activation using Mylyn in Eclipse ADT

The relevant file editors open when I activate a task in Eclipse, but the task window/editor for the activated task itself does not open. I'm using the Eclipse ADT, and the activated task window would ...
1
vote
0answers
29 views

Why Mylyn is not getting issues from GitHub?

I recently started to use GitHub Mylyn connector for Eclipse and I have it working, I create new tasks and I can see them in Eclipse and GitHub. The problem is when me or someone else create an Issue ...
0
votes
0answers
8 views

Eclipse Mylyn Bugzilla connector: Is it possible to edit milestones?

If so, how to do this? I've searched all the options @ Window->Prefernces->Mylyn. I use Eclipse 4.2.2 with Mylyn and 3.8.3/, and latest Bugzilla 4.5. (Yes, I've tried to find the answer to this ...
0
votes
0answers
18 views

Bugzilla/Eclipse: “An unknown repository error has occured: bugzilla main page”

I've installed Bugzilla (version 4.2.5) on my website. In parameters, the urlbase and cookiepath has been set to the root of the bugzilla-installation. I'm now trying to use the bugzilla repository ...
0
votes
0answers
32 views

Error in Mylyn WikiText libraries adding

I try to use Mylyn WikiText for wikitext parsing. I add two libraries org.eclipse.mylyn.wikitext.core_1.8.0.I20130416-0118.jar and org.eclipse.mylyn.wikitext.mediawiki.core_1.8.0.I20130416-0118.jar ...
0
votes
0answers
25 views

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 ...
0
votes
0answers
10 views

Edit task statuses / Task template

I've just set up a new TeamForge server and am hoping to use it moving forwards. I can't work out how to change the Statuses which can be assigned to Tasks. The default list is NotStarted Completed ...
0
votes
1answer
40 views

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 ...
0
votes
0answers
39 views

Break points can't be displayed on Spring Source Tool Suite

I'm using Mylyn Task Management in Spring Source Tool Suite 2.9. In Breakpoints window, when I click on button "Focus on Active Task", both old and new created Java break points can't be displayed on ...
4
votes
2answers
99 views

Environment Variables (or Something Similar) in Automatic Mylyn Commit Messages — Possible?

My current project asks us to follow a certain format for our commit messages. (The project uses SVN.) In Mylyn format, it would translate to something like this: ${USER_INITIALS}: ${task.key} ...
0
votes
1answer
43 views

Checkout a github project to Eclipse

i need to checkout on my Eclipse Workspace an existing project hosted on github, i have the project URL, i already installed Egit and Mylyn on Eclipse, but i dont know what's the next step, could you ...
1
vote
1answer
135 views

Mylyn's connector to Emacs org mode files?

Is there something like a mylyn connector to org mode files? I'm a fan of both Mylyn and org mode, as some other people are. (How do you organize your work?) Both of them are valuable task ...
0
votes
0answers
84 views

Eclipse egit mylyn workflow

What is recommended workflow to work with eclipse, egit and mylyn tasks? I have a project and I want to create multiple feature branches with corresponding mylyn tasks. The branches will be merged ...
1
vote
0answers
111 views

Jira rpc services Eclipse issue

I am trying to get JIRA-Eclipse integration using the Atlassian connector and hitting this error. JIRA RPC services are not enabled. Please contact your JIRA administrator. A. I installed the ...
2
votes
0answers
112 views

How can I make the Mylyn GitHub Connector for Eclipse run authenticated requests?

I'm using the very cool Github Mylyn Connector for Eclipse Indigo. However, since I use it for many projects on GitHub, I run very quickly into the 60 requests per second rate limit enforced on ...
1
vote
0answers
129 views

How to add Bugzilla-bug-version to SVN commit description?

I'm using: Eclipse Juno with Mylyn, SVN Subversive Plugin, Bugzilla 4.2.4. I strive for the overall goal to loosly relate SVN commits with bugzilla tasks. Thanks to Mylyn I retrieve a great deal of ...
2
votes
2answers
117 views

Mylyn commit default message missing

I'm using EGit with mylyn. When I used to commit my code to git repository, the commit dialog would be filled by default message showing the task ID, task description, etc. Now I don't see the ...
0
votes
1answer
26 views

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 ...
0
votes
1answer
58 views

fetch egit Mylyn connector active tasks from another class

I need to know if there is any task activated in the task List While adding files for Git staging? Edited: The idea i am looking for is, while doing staging of files, I need to identify if there is ...
0
votes
0answers
47 views

Mylyn - is it possible to create an automatically comment in Bugzilla with changeset since last commit?

If I use Bugzilla and CVS connector, then commit message can be automatically generated. Quote: When using task-focused change sets as described above, commit messages are automatically be ...
1
vote
0answers
133 views

How to use GitHub Mylyn Connector to manage my gists?

Maybe this question is a little stupid however I just cannot figure out how to manage my gists when following this post Github Gists in Eclipse. I have already seen my gist list like the picture shown ...
1
vote
1answer
71 views

Eclipse and Mylyn : how to disable grey files in the explorer?

I have recently discovered Mylyn : it is a terrific Eclipse feature ! Very handy. However, when working on a task, is there a way to disable grey files in the explorer ? My typical Eclipse coding ...
0
votes
1answer
192 views

Eclipse/Mylyn: use JIRA and Bitbucket?

It is possible to connect a Bitbucket account to JIRA: http://blog.bitbucket.org/2012/04/30/linking-bitbucket-and-jira/ But is it possible to connect them using Eclipse/Mylyn?
1
vote
1answer
41 views

window in eclipse that lists open files

I'm looking for a way to get a window (like the package explorer) that just lists the files that eclipse has open - ideally like a permanent ctrl-e, or ctrl-F6. I was thinking this might be possible ...
2
votes
1answer
63 views

Downloading Existing Github Issues in Eclipse/Mylyn

I've connected my Eclipse to my Github repos via http://eclipse.github.com/ . I'm trying to get the issue tracking integration working. It seems I'm able to create new issues within Eclipse; I see ...
0
votes
1answer
72 views

Mylyn and Bugzilla : Initialization of task failed?

I'm trying to connect Mylyn (eclipse Juno) to my bugzilla installation (version 3.6.3.0-2)... I was able to add bugzilla as a task repo, but I can't add any task. As soon as I click on New Task for ...
2
votes
2answers
139 views

How to access ChangeSets in Eclipse (Mylyn/Team)?

I want to access the ChangeSets of SVN, CVS and Git programatically via Java. I.e. I want the data which is shown in the "Synchronize"-view. I tried several approaches to find the correct usage in ...
0
votes
1answer
39 views

Mylyn - passwords storing

how Eclipse stores passowrds to Bugzilla (via Mylyn) etc? I have looked for prefs file which contain password but I didn't found antyhing suitable. I have also checked \.metadata\.mylyn directory. ...
0
votes
0answers
140 views

How do I work around an Eclipse “unsatisfied constraint” error while setting up Mylyn for “self-hosting”?

I'm trying to setup Mylyn for self-hosting, following the instructions at http://wiki.eclipse.org/index.php/Mylyn/Contributor_Reference#Self-hosting. After I complete the fourth step: Import ...
0
votes
1answer
104 views

How to uninstall a Mylyn connector not working

I recently updated my Eclipse to Juno release. I had a working Mylyn Connector for Bitbucket installed and it worked in Helios. After the upgrade the Bitbucket repository is gone and when I try to add ...
0
votes
1answer
88 views

How do I “install dependencies” in Eclipse “using File > Import > Install Software Items from File” to setup a bootstrap workspace for Mylyn?

I'm following the Eclipse Mylyn Open Source Project's instructions for setting up a "bootstrap" ("self-hosting") workspace. But I'm stuck on the third step: Install dependencies using File > Import ...
0
votes
0answers
75 views

Why I can not use the same Jira server for Eclipse's Mylyn tasks and bugs repositories?

I've observed that once I created a Bugs repository pointing to a Jira server, I can't use the same address to configure a Tasks repository in Mylyn. Basically I'm not allowed to Finish the wizard ...
0
votes
0answers
154 views

Redmine & Mylyn - Submit task failed : Unexpected status code - 403

When I want to submit changes to a task a "Submit failed: Unexpected status code 403" occurs. The querying and adding new tasks work good using the redmine mylyn connector. Serveur Apache ...
1
vote
1answer
538 views

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

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 ...
0
votes
1answer
671 views

Generic web repository connector in Mylyn 3.8.1 for Eclipse 4.2

I am new to Mylyn and I wanted to integrate it with Redmine 2.0. I found this Mylyn plugin for Redmine 2.0. But when I installed Mylyn 3.8.1 (latest at the moment), I can't find "generic web ...
0
votes
0answers
68 views

IO-Error when trying to connect to Bugzilla via Eclipse Mylyn Bugzilla Connector

I can connect (and login) to http://bugzilla.benon.com just fine using a web browser. However, connection with Eclipse Mylyn Bugzilla Connector fails with the following error: I/O Error occurred ...
1
vote
1answer
248 views

Can I share my Mylyn local repository?

I'm an independent developer but sometimes switch between computers. I would love it if I could maintain a single Mylyn task repository. However, from what I've seen, the offered connectors each use ...
1
vote
1answer
64 views

Is it possible to migrate Mylyn tasks from the local repository to Bugzilla?

I just set up a free Bugzilla account at bugheaven.com and was hoping to migrate my existing local Mylyn repository tasks to Bugzilla. Is this possible?
2
votes
1answer
104 views

Github Issues as Tasks in Mylyn ( Push task works, pull issues(Tasks) doesn't )

So I've recently started using Mylyn at my company, love it personally and works great with Jira. However now I'm trying to get it working on Github for personal projects that I work on with several ...
0
votes
1answer
98 views

How to get change events through Mylyn programatically?

For my project I want to access the data from as many bug- and work-item repositories as possible (for development in Eclipse). Therefore I use the Mylyn plugin because it already provides a framework ...
0
votes
1answer
73 views

Can I create an Intellij changelist from a task based upon a mask?

Using Mylyn in Eclipse, there is a global setting allowing me to set a mask for the commit comments to be generated for VC commits for a task. Is there any way to do this in IntelliJ (using 11.1.3 at ...
0
votes
1answer
2k views

uninitialized constant RAILS_DEFAULT_LOGGER

I'm trying to install a plugin in redmine, mylyn. I get the following error: uninitialized constant RAILS_DEFAULT_LOGGER 0 /home/redmine/plugins/redmine-plugin/init.rb 3 1 ...
1
vote
0answers
599 views

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 ...
4
votes
1answer
609 views

GitHub Mylyn connector: Getting issues from GitHub

I'm using this GitHub Mylyn connector: http://marketplace.eclipse.org/content/github-mylyn-connector However, when someone is creating an issue on GitHub itself, it doesn't get updated in my tasks in ...
3
votes
2answers
108 views

Mylyn Task Focus UI

If you use the Mylyn task focus UI, the package explorer shows sourceFolder/package/fileName/classTypeName/methodName for any class in the context of an active task. Is it possible to remove ...
0
votes
0answers
86 views

Is it possible to use dreamweaver with JIRA like eclipse?

We use JIRA for tasks/bugs in my team at work. All the developers use eclipse and have the tasks pull in from JIRA and use mylyns task list and time tracking features. I was wondering if something ...
1
vote
1answer
484 views

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 ...

1 2 3 4