You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2018/09/19 01:20:13 UTC

[GitHub] Tibor17 commented on issue #177: [SUREFIRE-1498] Surefire prints own logs "Couldn't load group class" to native stream.

Tibor17 commented on issue #177: [SUREFIRE-1498] Surefire prints own logs "Couldn't load group class" to native stream.
URL: https://github.com/apache/maven-surefire/pull/177#issuecomment-422613498
 
 
   @sg11pankaj 
   But that's different log. The entire problem was that the old versions threw an `RuntimeException` inside of the provider, broke provider's functionality and the log went to the native stream which means you could not find the warning in console log but in dump file (target/surefire-reports).
   In my opinion it's good that you see the warning because the s/w is not able to read your mind and understand a problem or expected issue to happen. So it can be easily a problem and the developer like you should be informed about problem candidate. The class name may easily have typo or the class could be reallocated to another package without any notion about the existence in POM.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services