Question

When I restart Eclipse, my Mylyn tasks are stored, but their contexts are empty.
I'm using a local repository, and would like to have the context of a task back when I reopen Eclipse.

I'm using Eclipse 3.4.0 and Mylyn 3.0.4.

Was it helpful?

Solution

Is this the bug you're seeing? 211168

OTHER TIPS

What Eclipse and Mylyn version are you using ?

The is a bug somewhat relative to this issue, supposedly fixed, but only in Mylyn 2.3 (in eclipse3.4)


Do not forget, according to the Mylyn FAQ, that:

To identify elements within a project, Mylyn relies on the name of the project being consistent across workspaces.
If the project name in the workspace that the context was created with is different than its name in your workspace, the task context will not show elements within that project (bug 164058).
The other case where context can be lost is if the elements change names outside of the workspace (bug 164243).

(not exactly your issue, but still something to check)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top