Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-integrators] Mylyn task-view

>> I noticed that it is the synchronize-step that is not working properly
>> (probably because it is not implemented yet!!!). I read in more than one
>> place that the synchronize() should triger performQuery() in the
>> RepositoryConnector, but I  tested and found that performQuery() is not
>> called at all.
>
>Yes, that is correct. Does the query that you added to the task list have
>the
>right connector kind set?

Yes, it is the right connector, and it is not null.

>You can also set a breakpoint in
>SynchronizeQueriesJob to trace the synchronization.
>
Well.. I don't have the source code for SynchronizeQueriesJob. Or am I
suppose to implement/override this class?

>> Instead setAdditionalAttributes() in the TaskListFactory
>>
>> class that is invoked. However, the Element parameter does not contain
>> real info. Should I be filling the Element with the task-info in this
>> mathod? Where exactly the syncronize()-method is? Shouldn't I override
>>it?
>
>TaskListFactory is invoked when the task list is externalized to disk.
>This is
>not related to synchronizing the query (except that the synchronization >may
>trigger saving of the task list).
>
Do you mean that synchronizing the query updates the data in both the
server and the connector's task list?

Maybe I should have mentioned that I am working on the latest versions of
both MyLyn 3.0 and Eclipse 3.3.2.

/Avin



Back to the top