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

Key: IDEA-12280
Type: Usability Problem Usability Problem
Status: Open Open
Assignee: Eugene Zhuravlev
Reporter: Davy Toch
Votes: 5
Watchers: 4
Operations

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

Ant log created by IdeaAntLogger2 confusing.

Created: 07 Apr 07 17:23   Updated: 29 Aug 07 07:18
Component/s: Ant Integration

File Attachments: 1. Text File ant.log (7 kb)
2. Text File ant_from_idea_default.log (28 kb)
3. Text File ant_from_idea_with_quiet_option.log (5 kb)

Environment:
- Windows XP SP2
- Apache ANT 1.6.5

Build: 6,180


 Description  « Hide
Included 3 files:

1) ant.log :

  • log created during the build from Apache ANT 1.6.5 from a DOS shell
  • the logging is clear, because you can see the targets of the build chain
    being executed, as well as a bit more detailed information e.g. warnings, ...

2) ant_from_idea_default.log:

  • log created during the build from Apache ANT 1.6.5 from IDEA 6.05
  • most information being logged is useless and confusing (e.g. every
    call to c:if of ant-contrib is being logged)

3) ant_from_idea_with_quiet_option.log

  • same as 2), except that the ANT command-line option '-q' (quiet) was passed
  • better than 2), but still confusing because the target names aren't being
    logged as in 1)


 All   Comments   Work Log   Change History      Sort Order:
Colin Fleming - 29 Aug 07 07:18
See also IDEA-14489