ekeren
ekeren

Reputation: 3458

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

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?

Upvotes: 6

Views: 2567

Answers (2)

Peter Štibraný
Peter Štibraný

Reputation: 32893

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.

Upvotes: 5

Related Questions