Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylyn-integrators] Startup help for writing new connector

> The framework should support queries with empty URLs. Can you step
through
> the code in RepositoryQueryWizard.performFinish() to make sure the
query is
> added to task list?
> 
> AbstractRepositoryQueryPage.getQuery() is expected to return null if a
new
> query is created. Otherwise the performFinish() assumes that the query
is
> already part in the task list.
> 
> Steffen

This is very strange at all. In debug mode of Eclipse I can see that the
query is created (without implementing the methods getQuery() and
createQuery() in MyTrackerQueryPage) and my tasks are added to that
query in MyTrackerRepositoryConnector.performQuery() (even
resultCollector.accept(taskData) works now, I had an error caused by my
JdbcOdbcBridge), but I cannot see any tasks or the query in the Tasks
view of Eclipse.
I just don't understand the way Mylyn adds a query and then adds the
tasks to the query because in a query object there is no list of tasks
or such thing.

Is there a way to inspect the task list or the query list with program
code or can I do further debugging or examining? I have to get this
running this week ...

Kind regards,
Robert


Back to the top