Our application is a NetBeans Platform Application built with ANT. Since we updated our application to NetBeans 11, the output (log messages, exceptions etc) are not shown in the Output window anymore and can only be found in var/log
.
Creating a new ANT NetBeans Platform Application with ANT gives the same behavior, whereas creating one with Maven produces the expected output during debug.
Is it possible to get the ANT built NetBeans Platform Application to show output in the Output window?