Re: scarab + mylyn
Jean-François El Fouly <[email protected]>
| Newsgroups | gmane.comp.java.scarab.user |
|---|---|
| Message-ID | <[email protected]> |
Raphael Albrecht a écrit : > hi, > > i am searching for a scarab connector to incluce into eclipse mylyn, > but still without success. is anybody well up with this topic? > > i will be appreciate for any further information (connector itself, > links on the internet, information about the requirements to connect > to scarab with mylyn, interfaces f.e.)! > AFAIK, there is no such thing neither real plan to implement one at the moment. There is an RPC mechanisme built into Scarab which you could use to retrieve automatically the info you need. The major problem, if I understand correctly, is the highly-dynamic structure of Scarab issue types: you would need to explain the Mylyn connector which attributes you're interested in, because each Scarab project may have a different organization with different issue types and attributes. It is of course an order of magnitude easier to implement such connectivity with bug trackers that have a fixed and predictible internal structure, common to all projects. But I agree such connectivity would be welcome ;-)