6

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?

ekeren
  • 3,408
  • 3
  • 35
  • 55

2 Answers2

5

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.

Peter Štibraný
  • 32,463
  • 16
  • 90
  • 116
2

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

dunni
  • 43,386
  • 10
  • 104
  • 99