Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Writing my custom bug repository mylyn connector, where should I start?

Tags:

eclipse

mylyn

I want to write a mylyn connector for the bug repository my team uses, I was able to set the workspace and activate a couple of small things by using the web resources and Bugzilla and Trac code.

But I am lost, is there is good tutorial for this issue? Maybe a simpler connector for examples?

like image 378
ekeren Avatar asked May 24 '11 17:05

ekeren


2 Answers

Make sure you check out Mylyn Connector Crash Course slides available at http://www.eclipse.org/mylyn/developers/. It is an overview of Mylyn API with hands-on tutorial about building simple connector. Maybe you can also find the talk itself recorded somewhere.

like image 67
Peter Štibraný Avatar answered Oct 24 '22 12:10

Peter Štibraný


Did you read http://wiki.eclipse.org/index.php/Mylyn/Integrator_Reference#Tasks_API?

like image 31
dunni Avatar answered Oct 24 '22 11:10

dunni