Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mylyn-dev] Writing Tasks to an OutputStream

Hi Elliott, 

we ran out of time in the Mylyn 3.0 cycle designing the API for import/export. 
We are planning to address this in a future release. The progres is tracked 
on this bug:

 217953: [api] generalize task list externalization for import/export
 https://bugs.eclipse.org/bugs/show_bug.cgi?id=217953

At this point the only way of doing an import/export from the task list is 
through internals.

Steffen


On Wednesday 04 June 2008, Elliott Baron wrote:
> Hi,
>
> I'm in the process of updating some ECF code to adhere to Mylyn 3.0 API.
> I cannot seem to figure out how to change this:
>
> TasksUiPlugin.getTaskListManager().getTaskListWriter().writeTask(task,
> stream);
>
> to use strictly the external API.
>
> Any help is appreciated. Thanks,
> Elliott Baron
> _______________________________________________
> mylyn-dev mailing list
> mylyn-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-dev



-- 
Steffen Pingel - steffenp@xxxxxx - http://steffenpingel.de


Back to the top