Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] Re: Context retrieval

Information about (context) attachments is persisted in the task data which is stored in the .mylyn/tasks directory. Since the web connector does not support rich editing, task data is currently not saved during synchronizations. If you uncomment the line that sets the partial flag data.setPartial(true) in WebRepositoryConnector.createTaskData() you can change that behavior and make the context attachments show up in the context table.

Steffen


On Thu, Feb 19, 2009 at 5:38 PM, DEEPTI DULLURU <dullurudeepti@xxxxxxxxx> wrote:
Hi,
 
We are trying to use the templates for the generic web connector to attach and retrive the context.
We were successful in attaching the context .But not able to retrive the context. Is their any API that we need to implement to retrive the context that has been attached to the task.
When we compare bugzilla with the web we see that when a new context is attached a zip file related to the context is beeing created in the offline folder with the taskid.zip name for the bugzilla and not for the web repositiory. Can you tell us where and how this is been created. And for retrieveal the attchment util.getContextAttachments refers to this file to fill in the table from which the context could be selected.And for our web repository since this file is not geting created its not filling in the table.
 
Regards
Deepti
_______________________________________________
mylyn-dev mailing list
mylyn-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mylyn-dev



Back to the top