Hi Karl Heinz,
I may be reading this wrong, but it looks like the class intends to
print the logs of a concurrent Maven build grouped by segments. That is,
instead of having interleaved logs of all the plugin executions when
building with multiple threads, they would be printed in full, logically
grouped together waiting for the task to complete, until moving to the
next task and doing the same (which may already have completed by then).
Guillaume
Le 16/02/2018 à 22:09, Karl Heinz Marbaise a écrit :
Hi,
I've stumbled over the following code line in Maven Core:
Class MultiThreadedBuilder:
Line: 94...
// Currently disabled
ThreadOutputMuxer muxer = null; // new ThreadOutputMuxer(
analyzer.getProjectBuilds(), System.out );
Does someone know what intention/idea/purpose is behind
ThreadOutputMuxer ?
Kind regards
Karl Heinz Marbaise
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---
L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel
antivirus Avast.
https://www.avast.com/antivirus
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]