This might have something to do with the terminal library, which implements a subset of VT220. Maybe Maven started outputting more complex formatting.
--emi http://coolbeans.xyz/ - CoolBeans: An IDE for Java, JavaEE, PHP and more! On Sat, Dec 29, 2018 at 6:06 PM Peter Cheung <[email protected]> wrote: > > hi > If using maven 3.5.0 or above, we cant print out any colored text to the > console. i have asked maven team for a help. > > Thanks > From Peter > > ________________________________ > From: Attila Kelemen <[email protected]> > Sent: Saturday, December 29, 2018 9:22:18 PM > To: [email protected] > Cc: [email protected] > Subject: Re: output window in source > > What do you mean it does not support colored text? There is > org.openide.windows.IOColorLines > <http://bits.netbeans.org/dev/javadoc/org-openide-io/org/openide/windows/IOColorLines.html#println-org.openide.windows.InputOutput-java.lang.CharSequence-java.awt.Color-> > to provide utility methods for that. For other uses: > http://bits.netbeans.org/dev/javadoc/org-openide-io/org/openide/windows/class-use/InputOutput.html > . > > Attila Kelemen > > Peter Cheung <[email protected]> ezt írta (időpont: 2018. dec. 29., > Szo, 8:58): > > > OK i got it, it is OutputTab.java > > > > > > Thanks > > From Peter > > ________________________________ > > From: Peter Cheung <[email protected]> > > Sent: Saturday, December 29, 2018 3:39 PM > > To: [email protected] > > Subject: output window in source > > > > Dear All > > Where is the source code of the output window? I want to check out why > > it doesn't support colored text. > > Thanks > > From Peter > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
