Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-integrators] Re: [Subclipse-users] Subclipse and Mylyn 3.0.0

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




Back to the top