History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-16595
Type: Usability Problem Usability Problem
Status: Open Open
Assignee: Eugene Zhuravlev
Reporter: Benjamin Schmid
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Improve readability of ant runner message output

Created: 04 Dec 07 21:01   Updated: 04 Dec 07 21:06
Component/s: Ant Integration

Build: 7,364
Severity: Medium


 Description  « Hide
Ant message output esp. from complex buidl files get very unreadable due to the following aspect:
  • Default ist tree-based view. In this view the payload information is "hidden" into tree nodes
  • No option to filter out default tasks like property, path, etc
  • The text output put task name and task output in separate lines.

My improvement wishes:

  1. Use tabular display in text output (identical to ant command line output or as real table). Should be
    taskname taskoutput
    echo message
    delete 3 files in ...
    compile compiling xxx files in xyz
    ... and so on
  2. Allow to hide verbose/minor tasks
  3. Make new, text/list-based output default in favour to tree-based message output


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.