lbruun commented on issue #4017:
URL: https://github.com/apache/netbeans/issues/4017#issuecomment-1140431661

   I've done some debugging. Nothing to do with ANSI coloring and what not. 
Sorry for bringing that up.
   
   The text `75 K`  by coincidence matches what the NetBeans Maven 
[CommandLineOutputHandler](https://github.com/apache/netbeans/blob/master/java/maven/src/org/netbeans/modules/maven/execute/CommandLineOutputHandler.java)
 seems to think is [download progress 
info](https://github.com/apache/netbeans/blob/master/java/maven/src/org/netbeans/modules/maven/execute/CommandLineOutputHandler.java#L81)
 from Maven. It is obviously not. 
   
   The output is skipped for this reason.  So there you have it.
   
   The class, `CommandLineOutputHandler`, does a lot of pattern matching on the 
output from Maven before it presents it in the Output window. To much for my 
taste, but I understand why it may be necessary. 
   
   Not sure what the fix is. 


-- 
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

Reply via email to