I dont undertstand the problem with the column width. Whats the problem with line wrapping? Just print Class.getName() and done. I want full names for test names here, so its easier to work with (especially if you want to work with Jenkin's output). It was always fine here on windows, where terminal always wrap after 80 columns and I never had any problem with that. So please make the standard full class names and let maybe some build.properties allow it to be changed by rcmuir.
----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: [email protected] [mailto:[email protected]] On Behalf Of > Dawid Weiss > Sent: Monday, April 16, 2012 3:16 PM > To: [email protected] > Subject: Re: [Important] New test framework, differences, features, etc. > > > But I agree with Uwe - package absence looks bad. > > Again -- play with these attributes to find what you like. > > > Maybe a compression scheme like people use would work here? E.g. > o.a.l.whatever.Class, or maybe even oal.whatever.Class ? > > I don't particularly like such compressions, they're misleading (some > obfuscators do emit o.a.l.... :). > > > Also, does Java have access to the column width of the running terminal? If > so, the output width would not have to have a fixed width. > > I wish it had, but unfortunately the answer is no. This would make several > things easier... > > Dawid > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] For additional > commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
