
|
If you were logged in you would be able to see more operations.
|
|
|
| Build: |
7,364
|
| Severity: |
Medium
|
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:
- 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 |
- Allow to hide verbose/minor tasks
- Make new, text/list-based output default in favour to tree-based message output
|
|
Description
|
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:
- 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 |
- Allow to hide verbose/minor tasks
- Make new, text/list-based output default in favour to tree-based message output
|
Show » |
| There are no comments yet on this issue.
|
|