Community
Participate
Working Groups
We have a need to run synchronization and submit jobs headless. If possible please refactor TaskJobFactory to tasks.core instead of tasks.ui
Created attachment 183794 [details] patch that moves TaskJobFactory to tasks.core I've attached a patch that creates a new class TaskJobFactory in tasks.core. It's essentially a copy of the tasks.ui version of the class, which in this patch now extends the tasks.core class. Job icon decorations are added to jobs in the tasks.ui version, and messages are moved to tasks.core. Steffen can you please review this patch?
Created attachment 183795 [details] mylyn/context/zip
Looks good to me. Please feel free to commit.
Patch applied