Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylar-dev] Help needed with connector integration

Here is the sample file repository.  It requires Mylar 1.0

If you have any questions or problems, let me know

 

-----Original Message-----
From: mylar-dev-bounces@xxxxxxxxxxx
[mailto:mylar-dev-bounces@xxxxxxxxxxx] On Behalf Of Alexander Saar
Sent: Wednesday, January 10, 2007 11:42 AM
To: Mylar developer discussions
Subject: Re: [mylar-dev] Help needed with connector integration

Thanks for the fast reply. It would be great if you could post your
example sources.

Regards,
Alex

Wright, Jim schrieb:
> Alex
> 
> I had the same problem, NO documentation..
> 
> To create new queries, you have to implement the 
> AbstractRepositoryConnector.performQuery method.
> 
> This requires the creation of class for
> 1) AbstractQueryHit
> 2) AbstractRepositoryTask
> 3) AbstractRepositoryConnectorUi
> 
> I have a sample that simple reads task from a file, used it for 
> understand the basic requirements.  It performs some other additional 
> functions, but is still a working progress.
> 
> 
> If you like I can post it.
> 
> Jim Wright
>  
> 
> -----Original Message-----
> From: mylar-dev-bounces@xxxxxxxxxxx
> [mailto:mylar-dev-bounces@xxxxxxxxxxx] On Behalf Of Alexander Saar
> Sent: Wednesday, January 10, 2007 9:46 AM
> To: mylar-dev@xxxxxxxxxxx
> Subject: [mylar-dev] Help needed with connector integration
> 
> Hello Mylar team,
> recently I heard about Mylar and found it very cool. I think this is 
> excatly the kind of tool that makes developers more productive.
> 
> I started to integrate our own issue tracker into Mylar and I was 
> already able to integrate my own RepositoryConnector. After that I 
> started to write my own TaskDataHandler.
> 
> Due to the incomplete documentation I had a look on the JIRA and Trac 
> connectors, but I was not able to figure out were I have to start with

> getting the tasks from my issue tracker and adding them to the list of

> displayed tasks.
> 
> Any suggestions where to start with that? Is there anywhere some 
> documentation about that?
> 
> Regards,
> Alex
> 
> _______________________________________________
> mylar-dev mailing list
> mylar-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylar-dev
> 
> The contents of this e-mail are intended for the named addressee only.
It contains information that may be confidential. Unless you are the
named addressee or an authorized designee, you may not copy or use it,
or disclose it to anyone else. If you received it in error please notify
us immediately and then destroy it. 
> _______________________________________________
> mylar-dev mailing list
> mylar-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylar-dev
> 

--
Alexander Saar (CTO)
Mindquarry - achieving more together (http://www.mindquarry.com)

E-Mail: alexander.saar@xxxxxxxxxxxxxx | Mindquarry GmbH
Work:   +49 331 97992 223             | August-Bebel-Str. 88
Mobile: +49 177 59 85 437             | 14482 Potsdam, Germany

Weblog:         http://alexsaar.blogspot.com/
OpenBC Profile: http://www.openbc.com/hp/Alexander_Saar/
_______________________________________________
mylar-dev mailing list
mylar-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylar-dev

The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it. 

Attachment: MylarSample.zip
Description: MylarSample.zip


Back to the top