Bug 439035 - [builder] Move XtextBuilder out of Eclipse Build infrastructure
Summary: [builder] Move XtextBuilder out of Eclipse Build infrastructure
Status: NEW
Alias: None
Product: TMF
Classification: Modeling
Component: Xtext (show other bugs)
Version: 2.6.1   Edit
Hardware: PC Mac OS X
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-07 10:59 EDT by Sven Efftinge CLA
Modified: 2014-07-07 10:59 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Efftinge CLA 2014-07-07 10:59:31 EDT
If we would move the builder out of the IncrementalProjectBuilder hook into its own thread and let it be triggers by change events, we could get rid of the workspace lock.

Also by directly reacting to changes rather then queuing them and hoping for a resource change event, we can make sure that changes are processed ASAP. Bug #433358 could be solved this way.