Skip to main content

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

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


Back to the top