-
Currently m2e has an incremental builder what works quite fine when one project is changed, but it seems it also happens that multiple projects change/needs rebuild and then m2e might be able to optimize some tasks. I therefore wonder if there is a way to process more than one project I take a look at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(IBuildConfiguration[], IBuildConfiguration[], int, MultiStatus, IProgressMonitor, int, boolean) but it seems there is not much to find out about other pending builds that might happen... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It seems this is more platform issue than jdt ... |
Beta Was this translation helpful? Give feedback.
It seems this is more platform issue than jdt ...
created: eclipse-platform/eclipse.platform#267