michael-o commented on PR #242:
URL: 
https://github.com/apache/maven-invoker-plugin/pull/242#issuecomment-2117348780

   > > Am I stupid or where am I supposed to find the output of `new 
Example().printAscii();`? I can't find it.
   > 
   > There is:
   > 
   > ```
   > public class Example {
   >   public void printAscii() {
   >     for (int i = 0; i < Byte.MAX_VALUE; ++i) {
   >       System.out.println((char) i);
   >     }
   >   }
   > ```
   > 
   > Standard output of test is pass to log file and next to report
   
   I know, but I don't see that stdout anywhere.


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to