David Rothenberger wrote:
> I have Mylyn 3.0.0 installed as well as the Subclipse Integration for
> Mylyn (2.0.0). Apparently the Mylyn 3.0.0 API changes have broken
> something, because I can no longer do a commit when "Show Change Sets"
> is enabled. I get:
>
> java.lang.AbstractMethodError:
> org.eclipse.mylyn.tasks.ui.AbstractTaskRepositoryLinkProvider.getTaskRepository(Lorg/eclipse/core/resources/IResource;Lorg/eclipse/mylyn/tasks/core/ITaskRepositoryManager;)Lorg/eclipse/mylyn/tasks/core/TaskRepository;
>
>
> Are there any plans to update the Subclipse/Mylyn integration for
> Mylyn 3.0.0?
I learned about this API change few days ago. We will have to update
Subclipse to the new API, though I am not sure yet when this would happen.
Though your error is sounds like a bug in Mylyn, that should not block
commit if it can't get task repository from the link provider. Please
submit a bug report to Mylyn project bugzilla and if you can please
provide full stack trace there.
regards,
Eugene
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: users-help_at_subclipse.tigris.org
Received on 2008-04-25 15:08:11 CEST