mbien commented on PR #5482: URL: https://github.com/apache/netbeans/pull/5482#issuecomment-1435447610
> So from my point of view for now it's more important that multi modules give some output at all than having a nice output for single module projects. I do agree that this is an important fix. But we should also check if there is a way to not cause regressions in single module projects which could potentially use the event spy. There is no need to rush this in yet, lets wait a bit - we are early in the NB 18 cycle. > I don't know tbh. Based on the previous code I'd say: no. As it was disabled on purpose. the previous code expected that `-T X` meant that someone enabled MT, but someone could set `-T 1` for mvnd which would make it ST. We could even consider making `-T 1` the default setting for maven and mvnd if it causes the least problems in the console and allows event spy usage. NB already sets `-ntp` by default since #4954. > What do you mean by "builder type"? explained here: https://peter.palaga.org/2021/01/11/mvnd-parallel-builds.html, mvnd also uses a different builder than maven. > Final note: The output when running mvnd with multiple threads in NetBeans is not really helpful yes this will be hard to fix if at all possible with the current way the console works -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
