MantisBT - CDash
View Issue Details
0010439CDashpublic2010-03-18 11:202010-04-02 08:46
Brad King 
Julien Jomier 
normalfeatureN/A
closedfixed 
 
1.6.4 
0010439: Command Lines in Build Error/Warning Display
Currently the "new-style" build error/warning display has tables of this form:

  Source File: path/to/source.cxx
  Command: "/bin/c++" ...
  Directory: ...
  Exit Condition: ...
  Standard Output: ...
  Standard Error: ...

The output and error boxes are of limited size with scrollbars if necessary. However, the Command is just one big box that scales with the content. Only rarely is the command actually useful, but it consumes a large portion of screen space.

We should show only argv[0] of the command by default, but have a "+/-" link to enable/disable display of the rest. It should be a browser-side decision so that clicking the link requires no network traffic. We don't care about the transmission time to send the command line content; it's just the screen space.
No tags attached.
Issue History
2010-03-18 11:20Brad KingNew Issue
2010-04-01 16:47Julien JomierStatusnew => assigned
2010-04-01 16:47Julien JomierAssigned To => Julien Jomier
2010-04-01 18:13Julien JomierNote Added: 0020054
2010-04-01 18:13Julien JomierStatusassigned => resolved
2010-04-01 18:13Julien JomierFixed in Version => 1.6.4
2010-04-01 18:13Julien JomierResolutionopen => fixed
2010-04-02 08:46Brad KingNote Added: 0020059
2010-04-02 08:46Brad KingStatusresolved => closed

Notes
(0020054)
Julien Jomier   
2010-04-01 18:13   
It's implemented and updated on cdash.org. Let me know if that's not what you had in mind.
(0020059)
Brad King   
2010-04-02 08:46   
Excellent; that's it exactly. Thanks!