Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-dev] created mylyn connector for HP quality center

hi..

i've re-written a mylyn connector for HP quality center called qcmylyn, the
update version is in the head, and i have a few questions about this:

first of all regarding task attributes.

i know that certain amount of task attirbutes recieve special handkling like
DUE_DATE,PRIOARTY and so on..
in DUE_DATE mylyn presentes a clock icon in the task list to show it's due
time, in task_kind mylyn shows an icon according the Connector code i write,
etc...

but i had to discover this by looking at other code projects.

is there an ordered list of such special attributes? 

second, i've been expriencing slight instablity with the connector, i
believe this due to threading issues. the connector uses jacob library to
handle the activex api, but i must declare whether the connector is
operating in multithreaded mode or single threaded via a static method,
(specying the wrong model may crash eclipse!) so i understand that there
might be times the mylyn will run in other threads other then the UI. my
questions is when?
-- 
View this message in context: http://old.nabble.com/created-mylyn-connector-for-HP-quality-center-tp30255473p30255473.html
Sent from the Mylyn Dev mailing list archive at Nabble.com.



Back to the top