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 - If maven global option "Collapse folds for successfully executed mojos" is ON JUnit output to System.out does not reach the Output windows
Summary: If maven global option "Collapse folds for successfully executed mojos" is ON...
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 10
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-28 09:43 UTC by christianlerch
Modified: 2017-08-28 09:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (85.93 KB, text/plain)
2017-08-28 09:43 UTC, christianlerch
Details

Note You need to log in before you can comment on or make changes to this bug.
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