This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 271384

Summary: If maven global option "Collapse folds for successfully executed mojos" is ON JUnit output to System.out does not reach the Output windows
Product: ide Reporter: christianlerch
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 10   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description christianlerch 2017-08-28 09:43:33 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Windows 10 version 10.0 running on amd64
Java; VM; Vendor = 1.8.0_144
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.144-b01

Reproducibility: Happens every time

STEPS:
  * Tools > Options > Java > Maven
  * Uncheck Collapse folds for successfully executed mojos"
  * Write to System.out from any JUnit-based test

ACTUAL:
  System.out does not reach Output window

EXPECTED:
  Output window should show output written to System.out, even if mojo folds are collapsed
Comment 1 christianlerch 2017-08-28 09:43:37 UTC
Created attachment 165030 [details]
IDE log